machine_learing_algo_python icon indicating copy to clipboard operation
machine_learing_algo_python copied to clipboard

gentle_adaboost.py

Open ThainaBX opened this issue 5 years ago • 0 comments

Helllo! I simulated some data and i would like to apply this data on your code (gentle_adaboost.py ). How could i use it? I've tried to use as followed:

object=GentleAdaboost() object.predict(X)

When i set the two comand lines above, i've gotten this error:

AttributeError: 'Weaker' object has no attribute '_Weaker__n_subsets'

Do you have an exemple of this code being applied to a specific data set?

Thank you,

Thaina

ThainaBX avatar May 02 '20 23:05 ThainaBX