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

How to add custom algo #57

Closed arita37 closed 5 years ago

arita37 commented 6 years ago

How we can add custom algo as below:

   algo.git(X,y)
    algo.predict(X,y)

to MLBox algo ? Am more interested in feature engineering process.

AxeldeRomblay commented 6 years ago

Hello ! What kind of algo is it ? Classification/regression ? which step ? Could you please tell me more or send me your code...

arita37 commented 6 years ago

Hello,

This is regression using FM.

But, in general how we can customize so we can wrap our code into a class than mlbox can understand ?

What it the based template of Mlbox ?

On Dec 11, 2017, at 23:59, Axel notifications@github.com wrote:

Hello ! What kind of algo is it ? Classification/regression ? which step ? Could you please tell me more or send me your code...

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

AxeldeRomblay commented 5 years ago

Hello, thanks for reporting this issue. I will close it since this option will be added in a next release (MLBox 1.0.0 probably)