Célia Wafa AYAD

Results 2 comments of Célia Wafa AYAD

Hi, I get the same problem too. Here is a synthetic data I am generating : ## Synthetic data SIZE=100 loc=0.0 scale= 0.5 n, p = 10, .5 a=[0, 1,...

@amit-sharma Yes I am using the latest version (v0.9). I use a random forest model: x_train, y_train, x_test, y_test= train_test_split(df, feature_to_predict, n=0.8, random_s=25) model = RandomForestClassifier(n_estimators = 10) model.fit(x_train, y_train)...