You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a thing to ask about incremental learning which i guess you have already known. So i dont know if this library support that idea or not?
If yes, how can i use it? and which Algorithm is capable of doing so? As far as i know, this issue is really complicated so i am not too sure, however there is SVM with linear kernel that can do this thing.
If no, Do you intend to make that as a feature in the future? Cause it seems relearn every time is not a really good way to do.
Btw, if i want to check for the Precision, F-score, Recall and Accuracy and Validation how can i do that? I looked at the Test for Validation but it only showed the example for Regression so i dont know for sure.
Hi @KevinCoble,
I got a thing to ask about incremental learning which i guess you have already known. So i dont know if this library support that idea or not?
If yes, how can i use it? and which Algorithm is capable of doing so? As far as i know, this issue is really complicated so i am not too sure, however there is SVM with linear kernel that can do this thing.
If no, Do you intend to make that as a feature in the future? Cause it seems relearn every time is not a really good way to do.
Btw, if i want to check for the Precision, F-score, Recall and Accuracy and Validation how can i do that? I looked at the Test for Validation but it only showed the example for Regression so i dont know for sure.
Thank for your help again @KevinCoble
The text was updated successfully, but these errors were encountered: