-
Notifications
You must be signed in to change notification settings - Fork 99
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
Big multi label classifier on db #59
Comments
This is an interesting question. |
and using many serializers and every serializer is trained with a split of data? |
Since the classifier can be serialized using Would you mind expanding on the big classifier bit? |
yes but the problem is the ram. you must always load all the serialized json in ram |
Good point. |
Hi,
Can multi label classifiers with big data writed to a SQL DB and streamed in classify phase? Or the classifier must work always in memory? Form big classifier is best split the data in many classificators, serialize it and calo sequentually or in parallel?
The text was updated successfully, but these errors were encountered: