[scikit-learn] Tune parameters when I need to load data segment by segment?
lampahome
pahome.chen at mirlab.org
Sun Jun 9 21:18:28 EDT 2019
As title
I have one huge data to load, so I need to train it incrementally.
So I load data segment by segment and train segment by segment like:
MiniBatchKMeans.
In that condition, how to tune parameters? tune the first part of data or
every part of data?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20190610/785a648a/attachment.html>
More information about the scikit-learn
mailing list