machine_learing_algo_python
machine_learing_algo_python copied to clipboard
gentle_adaboost.py
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