rep icon indicating copy to clipboard operation
rep copied to clipboard

CachingClassifier and FoldingClassifier - Vote_function does not get through

Open GuthL opened this issue 7 years ago • 0 comments

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

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

GuthL avatar May 08 '17 07:05 GuthL