mlens icon indicating copy to clipboard operation
mlens copied to clipboard

ML-Ensemble – high performance ensemble learning

Results 27 mlens issues
Sort by recently updated
recently updated
newest added

Hi, is there a way to define monotonic constraints as for xgboost ?(https://xgboost.readthedocs.io/en/stable/tutorials/monotonic.html)

Dear Flennerhag and community, Thank you for your amazing work! I have been using it for some work, and I stumbled upon a case where I need to subset **rows**...

Hi there, First of all, thanks for providing this nice library, it's really helpful in our project! We are implementing the `Evaluator` class to do a grid search but our...

I already have trained several models, I want to ensemble them in the end. I don't want to retrain my models. I can get model.predict(test) values. How to stack them...

Is there any standard way to write a wrapper around my own custom models so that I introduce them in the superlearners? Cheers.

I want to know the data flow ( or diagram) of the superlearner stacking in mlens package. If I have dataset so I split it to training and testing then...

Hi. I am playing with ml ensemble in Kaggle but I keep getting 0 score accuracy on submission. I can't figure out what is wrong! from mlens.ensemble import BlendEnsemble from...

Please let me know if the current version of mlen can be used for MIMO. If yes, is there any example of its usage? there is an example of mlen...

enhancement
easy

If I understand it right, `check_instances` seems to tend to cluster transformers with same types without regard to the list order. So the results from `make_group` and `BaseEnsemble` are also...

bug
easy
priority