reiinakano / xcessiv

A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.
http://xcessiv.readthedocs.io
Apache License 2.0
1.27k stars 105 forks source link

Base Learner Correlation Matrix #58

Open GillesVandewiele opened 6 years ago

GillesVandewiele commented 6 years ago

First of all, big props for this project! A big help in constructing big stacking models.

It would maybe be interesting to get some visualizations in the tool, like e.g. a correlation matrix between the meta-features.

If I ever get some time to spare, I'll start reading up on the code base and see if I can integrate it.