yandex / rep

Machine Learning toolbox for Humans
http://yandex.github.io/rep/
Other
687 stars 144 forks source link

CachingClassifier and FoldingClassifier - Vote_function does not get through #103

Open GuthL opened 7 years ago

GuthL commented 7 years ago

TypeError: predict_proba() got an unexpected keyword argument 'vote_function'

Workaround: FoldingClassifier.predict_proba. defaults = (mean_vote,)