-
Notifications
You must be signed in to change notification settings - Fork 208
[DOC] Add example notebook for using aeon distances with sklearn clusterers #2511
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
Open
SalmanDeveloperz
wants to merge
29
commits into
aeon-toolkit:main
Choose a base branch
from
SalmanDeveloperz:add-sklearn-clustering-example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
eccd899
Add example notebook for using aeon distances with sklearn clusterers
SalmanDeveloperz 714be28
Resolved conflicts and updated notebook:
SalmanDeveloperz fd26c31
Simplified dataset loading using `load_unit_test(split="train")` as s…
SalmanDeveloperz 450b0cc
Added this sentence after the introductory line:
SalmanDeveloperz 49d8e66
Changes made:-
SalmanDeveloperz 1ce463e
Added links to the scikit-learn documentation pages for all reference…
SalmanDeveloperz fb04db0
Updated distance-to-similarity conversion to normalize distances and …
SalmanDeveloperz 0c3435b
Removed the references section as it was not cited in the notebook, p…
SalmanDeveloperz b033484
Added a reference to the new notebook (sklearn_clustering_with_aeon_d…
SalmanDeveloperz 187e64f
Updated the aeon distances API reference link to a relative link for …
SalmanDeveloperz 60a1950
Removed duplicate "Hierarchical Clustering" header to improve clarity…
SalmanDeveloperz 83862dc
Added a reference to the new notebook in the Clustering-with-sklearn.…
SalmanDeveloperz f015b46
Merge branch 'main' into add-sklearn-clustering-example
SebastianSchmidl 4e5adde
Automatic `pre-commit` fixes
SebastianSchmidl db35469
Added a reference to the new sklearn clustering notebook in the Clust…
SalmanDeveloperz d4e57a4
Fix: Corrected DTW metric in aeon pairwise_distance to resolve CI job…
SalmanDeveloperz b86069b
changing matric to method for dtw, trying to resolved the CI Jobs issue.
SalmanDeveloperz da602a4
Automatic `pre-commit` fixes
SalmanDeveloperz df7287d
Fix AgglomerativeClustering error by replacing 'affinity' with 'metri…
SalmanDeveloperz 3dc8397
Merge branch 'add-sklearn-clustering-example' of https://github.com/S…
SalmanDeveloperz 566d15d
Automatic `pre-commit` fixes
SalmanDeveloperz bf35035
Added sklearn clustering example image
SalmanDeveloperz ed052ee
Added sklearn clustering example image
SalmanDeveloperz fb45d29
Automatic `pre-commit` fixes
SalmanDeveloperz 145d64f
Display notebook outputs and improve clustering accuracy
SalmanDeveloperz 6cb7d79
Merge branch 'add-sklearn-clustering-example' of https://github.com/S…
SalmanDeveloperz 68860e6
resolve conflict
SalmanDeveloperz 50ca0e8
git commit -m "Fix IndentationError in sklearn_clustering_with_aeon_d…
SalmanDeveloperz bc8d54b
Re-applied Spectral clustering on time series data using Aeon
SalmanDeveloperz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
323 changes: 323 additions & 0 deletions
323
examples/clustering/sklearn_clustering_with_aeon_distances.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.