-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incremental learning #46
Comments
Hi Julian, this is a great direction to explore. I personally do not use |
The reason why I'm interested in Another restriction I have is that I can't use floating-point numbers. I'll try to change the crate |
We definitely can add @julama let me know if you want to work on this issue. In any case we can plan this story for next release (v0.3.0). Also, can I ask you to create a separate issue for |
Yes, I think that we can add that support for the NB variants that we have implemented. I can help with that. |
Yes, I'm interested to work on it. I just started learning rust but I will give it a try. |
Hey, thanks for sharing this project!
Is incremental learning supported by smartcore; something like
partial_fit
from sk-learn?The text was updated successfully, but these errors were encountered: