Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add AEDRNNClusterer #1784

Merged
merged 72 commits into from
Nov 11, 2024
Merged

Conversation

aadya940
Copy link
Contributor

Implements Clusterer based on Dilated Recurrent Neural Network (DRNN).

@aadya940
Copy link
Contributor Author

aadya940 commented Aug 1, 2024

@hadifawaz1999 Now they are the same :))

@aadya940
Copy link
Contributor Author

#1962

Copy link
Member

@hadifawaz1999 hadifawaz1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • the default for clustering_algorithm should be "deprecated" in the docstring
  • the example should not use n_clusters
  • the _score function should use self._estimator not self.clusterer
  • the test parameters function should set the estimator to DummyClusterer, to make testing fast, and not set the old parameters to be deprecated

hadifawaz1999
hadifawaz1999 previously approved these changes Nov 9, 2024
@hadifawaz1999 hadifawaz1999 merged commit c267ab8 into aeon-toolkit:main Nov 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clustering Clustering package enhancement New feature, improvement request or other non-bug code enhancement networks Networks package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants