__all__ fixes

This commit is contained in:
art 2019-11-04 10:08:28 -06:00
parent bb41c26531
commit 1ea7306eeb

View File

@ -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
] ]