-
Notifications
You must be signed in to change notification settings - Fork 70
[improvement] add a cache #24
Comments
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. |
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 thanks for pointing me there. I overlooked this one after pip complained on installation of not finding such a utils package. |
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. |
@dvro won't be able to maintain the project anymore, so it will take a little more for me to complete the restructuring. |
Do you plan to add a cache similar to https://github.com/fukatani/stacked_generalization ?
The text was updated successfully, but these errors were encountered: