Hi, I test the example in http://scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html and I found that if the pramater "algorithm" have value "SAMME" then the estimator_weights have float value betweeen 0 and 1, but when "algorithm" have value "SAMME.R" then the estimator_weights are all equal to 1.. I'm wondering why the weights are all 1 and what's the point of estimator_weights here as they are all 1. So does anyone know why and which should I use as my task is a classification problem. Thanks!
------------------------------------------------------------------------------
_______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general