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

extracting results #21

Closed XkhldY closed 7 years ago

XkhldY commented 7 years ago

how ca i extract the predictions generated ???

reiinakano commented 7 years ago

Hi @XkhldY, I am currently working on a feature to extract the full stacked ensemble as a python package so you can import it and use it as a standalone base learner that can generate predictions on new data. Unfortunately, right now there is no way to do this and you are only given the ensemble's metrics during cross validation.

XkhldY commented 7 years ago

If I can help??

reiinakano commented 7 years ago

Hi @XkhldY , I've already taken care of the issue with PR #22 . Please upgrade to version 0.3.5 and look at the latest documentation to find how you can extract the ensemble and use it to generate predictions on new and unseen data.

If you would like to help, Xcessiv still needs a lot of work to be done. For example, Xcessiv really needs a lot more unit tests (So far, I've followed bad practice and neglected them..).

You can also help out with Issue #15 if you want to start off small. Thank you for offering to help! :)