You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: