mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
__all__ fixes
This commit is contained in:
parent
bb41c26531
commit
1ea7306eeb
@ -178,11 +178,13 @@ __all__ = [
|
|||||||
'elo',
|
'elo',
|
||||||
'gliko2',
|
'gliko2',
|
||||||
'trueskill',
|
'trueskill',
|
||||||
|
'kmeans',
|
||||||
|
'pca',
|
||||||
'r_squared',
|
'r_squared',
|
||||||
'mse',
|
'mse',
|
||||||
'rms',
|
'rms',
|
||||||
'Regression',
|
'Regression',
|
||||||
'Gliko2'
|
'Gliko2',
|
||||||
# all statistics functions left out due to integration in other functions
|
# all statistics functions left out due to integration in other functions
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user