question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incremental/Online training of Models

See original GitHub issue

According to official documentation

“Once a model has been trained, it can be fed previously unseen Examples to produce Predictions of their Outputs”

I’ve only seen the possibility to add new Examples to Dataset using dataset.add(example); but not to Model.

Is this possible and I’m missing something?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Craigacpcommented, Sep 24, 2020

Yeah, that’s roughly where we expect most people to be. 2 & 3 are roughly equivalent in terms of implementation complexity, but adding new labels has statistical consequences because the new ones will be undertrained relative to the old ones, so we’re thinking about ways to record it and potentially signal it to users.

Mind if I rename this issue? We’ll use it to track the integration of incremental training support.

1reaction
2beerscommented, Sep 24, 2020

It would be great even without new features or labels. If I have to set a priority it would be

  1. no new features & labels
  2. no new features but with new labels
  3. with new features and new labels.

But that’s just for my use case. It’s not a priority. I can do a new training if I need to add a different feature/label.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Incremental Online Learning - Medium
We define an incremental learning algorithm as one that generates on a given stream of training data. a sequence of models. In our...
Read more >
Incremental (Online) Learning with Scikit-Multiflow
Incremental learning refers to a family of scalable algorithms that learn to sequentially update models from infinite data streams¹. Whereas in ...
Read more >
Incremental Learning in Online Scenario - CVF Open Access
Modern deep learning approaches have achieved great success in many vision applications by training a model using all available task-specific data.
Read more >
Incremental Training in Amazon SageMaker
Use incremental training in Amazon SageMaker to train variants of a model, resume a stopped model, or retrain a mode to improve its...
Read more >
Is there a difference between on-line learning, incremental ...
I understand online learning to mean a learning problem in which a model is able to use new incoming data as a way...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found