AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

add predict method #105

Open manugarri opened 4 years ago

manugarri commented 4 years ago

This PR adds a method predict to the Predictor to perform inference. I tried to do it as surgically as possible (i.e., not trying to cleanup or refactor existing code)

AxeldeRomblay commented 4 years ago

Thank you @manugarri, I'll have a look then ! :) Also need to adapt the tests...

manugarri commented 4 years ago

hey @AxeldeRomblay its been more than 2 weeks since my PR, did you have time to check it?