viisar / brew

⛔️ DEPRECATED brew: Python Ensemble Learning API
MIT License
301 stars 70 forks source link

[improvement] add a cache #24

Open geoHeil opened 7 years ago

geoHeil commented 7 years ago

Do you plan to add a cache similar to https://github.com/fukatani/stacked_generalization ?

dvro commented 7 years ago

Yes.

In fact, there are plans to restructure the whole project to include features such as Regressors support, caching, lazy-roc definition (...). PR's are welcome.

geoHeil commented 7 years ago

I will try to look into this. Do you have any idea where the utils package referenced here comes from? I could not install / find a working version on GitHub or for pip https://github.com/fukatani/stacked_generalization/blob/master/stacked_generalization/lib/joblibed.py

dvro commented 7 years ago

@geoHeil https://github.com/fukatani/stacked_generalization/blob/master/stacked_generalization/lib/util.py

geoHeil commented 7 years ago

@dvro thanks for pointing me there. I overlooked this one after pip complained on installation of not finding such a utils package.

geoHeil commented 7 years ago

I fixed the utils import bug at that other library, nonetheless their caching system does not seem to work / is causing problems for me. http://heamy.readthedocs.io/ seem to have a cache as well will need to look into that.

kuraga commented 7 years ago

Thanks for your project very much!

In fact, there are plans to restructure the whole project to include features such as Regressors support, caching, lazy-roc definition (...).

@dvro @thypad any news on this items?

thypad commented 7 years ago

@dvro won't be able to maintain the project anymore, so it will take a little more for me to complete the restructuring.