Closed alonsopg closed 7 years ago
Hello @alonsopg,
for a incremental learning you have to use the partial_fit
method of scikit-learn (≠sklearn-porter). The goal of sklearn-porter (this project) is to transpile the final estimator.
Best regards, Darius
Which algorithms can be used for streams of data? (e.g. passive aggressive, perceptron )?