tslearn-team / tslearn-team/tslearn

partial_fit in NonMyopicEarlyClassifier

Open
#349 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new feature
Dominant language
Python
Stars
3.2k
Forks
384
Avg merge
3d 12h
Merged PRs (30d)
11

Description

Problem:
I have some long time series I want to classify using NonMyopicEarlyClassifier, but then I exceed the RAM limit when I use the fit() function.

Proposed solution:
I want to use partial_fit() to train my NonMyopicEarlyClassifier, so I don't have to load all my data into the RAM at the same time, but rather train using a generator.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the NonMyopicEarlyClassifier implementation and trace how fit() consumes training data. Compare its estimator interface with the requested partial_fit() behavior, then verify that training can consume a generator without requiring the complete dataset in RAM. Done means the classifier supports incremental training for long time series.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.