Re: [Scikit-learn-general] What "random_state" parameter affect at RandomForestClassifier ?
Thank you very much! 2014-12-09 4:08 GMT+09:00 Andy : > Both. > > On 12/08/2014 06:43 AM, Takeshi Yamamoto wrote: >> Hi all, >> >> What "random_state" parameter affect at RandomForestClassifier ? >> >> I think there are two patterns. >> &
[Scikit-learn-general] What "random_state" parameter affect at RandomForestClassifier ?
Hi all, What "random_state" parameter affect at RandomForestClassifier ? I think there are two patterns. a. used for bootstrapsampling. b. used for feature sampling when max_features is not "None" which? or both? Best regards, Takeshi --