pyensemble
pyensemble copied to clipboard
An implementation of Caruana et al's Ensemble Selection algorithm in Python, based on scikit-learn
Results
2
pyensemble issues
Sort by
recently updated
recently updated
newest added
Hi: I tested the simplest call of ensemble_train and got a ValueError for the parameter min_samples_split: > Traceback (most recent call last): File "pyensemble/ensemble_train.py", line 202, in ens.fit(X_train, y_train) File...
Hey! Great work on simplifying the process of building ensembles. I was trying to use this, but I found that the GBM implementation of Scikit learn is far too slow...