unit8co/darts

Add `save()` and `load()` methods to`KMeansScorer`

Open

#3,051 opened on Mar 30, 2026

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (762 forks)batch import
feature requestgood first issue

Repository metrics

Stars
 (6,832 stars)
PR merge metrics
 (Avg merge 143d 16h) (16 merged PRs in 30d)

Description

Most models can be persisted to avoid future retraining. It would be nice to have that same capability for KMeansScorer specifically.

Contributor guide