File size: 367 Bytes
d6ea71e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
"""
SoccerAction
~~~~~~~~~~~~
SoccerAction is a Python package for objectively quantifying the impact of the
individual actions performed by soccer players using event stream data.
Full documentation is at <https://ml-kuleuven.github.io/socceraction/>.
:copyright: (c) 2020 by DTAI KU Leuven.
:license: MIT, see LICENSE for more details.
"""
__version__ = "1.5.3"
|