Re: [Scikit-learn-general] Scitkit-learn Random Forest Classifier

2015-05-27 Thread Herbert Schulz
Thank you for the answer!!! I thought that this parameter just looks into my features? For example: weight, width, height... and so on. Cause I'm using fingerprints as features, and every bit is a single feature (the fingerprints are about 2048 bits long). So i have for every fingerprints 2048 fe

Re: [Scikit-learn-general] Scitkit-learn Random Forest Classifier

2015-05-27 Thread Arnaud Joly
Hi, You can control the number of attributes that is drawn (tested) at each node with the max_features parameters. Best regards, Arnaud Joly > On 27 May 2015, at 11:47, Herbert Schulz wrote: > > Hello everyone, > > I'm using the "Random Forest Classifier" to predict the toxicity of a > comp