Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Online clustering #60

Open
yyin-dev opened this issue Apr 3, 2022 · 0 comments
Open

Online clustering #60

yyin-dev opened this issue Apr 3, 2022 · 0 comments

Comments

@yyin-dev
Copy link

yyin-dev commented Apr 3, 2022

Currently, Clusterer in forecaster/cluster.py doesn't allow online clustering (the function _cluster_online is defined but is never called). How should we use that function? Is it enough to just replace the last line in __init__ from

self.assignment_df = self._cluster_offline()

to

self.assignment_df = self._cluster_online()

?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant