-
Notifications
You must be signed in to change notification settings - Fork 9
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
Follow sklearn-like interface + add models #226
Merged
Merged
Conversation
This file contains 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
…o new-interface # Conflicts: # lib/sequentia/models/hmm/variants.py
eonu
added a commit
that referenced
this pull request
Dec 6, 2022
* Hard-link `README.md` images + update `CONTRIBUTING.md` (#223) * Hard-link README.md images [skip ci] * Update CONTRIBUTING.md [skip ci] * Add predictive persistence tests (#224) * Update KNNClassifier tests to use datasets * Improve persistence test for HMMClassifier * Improve KNNClassifier persistence tests * Fix `load_random_sequences` docstring typo (#225) * Follow sklearn-like interface + add more models (#226) * Initial template * Start new interface design * Progress * Progress * Progress * Remove from_arrays * Finish SequentialDataset and KNN* * Finish HMMClassifier fit * Comment for supporting pre-fitted HMMs * Progress * Docs improvements * Docs improvements * Fix topology * Start adding HMMClassifier docs * Rename HMM variant .rst files * Add intro to HMM Classifier page * Finish HMM Classifier * Pass normalize to score * Finish start of HMM docs page * Typo * Finish HMM main page * Finish HMM variants * Typo * Finish GMMHMM docs * Improvements * Fixes * Finish HMM docs * Finish DTW-kNN index page * Finish kNN docs * Finish model public docstrings and doc pages * Add KNNClassifier example * Add .npz files * Add autosummaries + finish existing datasets * Add HMMClassifier defaults * Finish datasets * Big changes * Add numba + other fixes * Fix CircleCI * Remove Python 3.5/3.6 * Fix versions * Remove Python 3.11 * Rearrange algorithms * Improve README.md * Hide base files * Hide preprocessing base * Remove Python 3.11 * Upgrade hmmlearn + add HMMClassifier save/load * Fix Sakoe-Chiba band * Add SequentialDataset.copy() * Add SequentialDataset.copy() * Update README.md * release 1.0.0pre1 * Add CHANGELOG.md entry * Add PR link * release 1.0.0a1
eonu
added a commit
that referenced
this pull request
Dec 6, 2022
* Hard-link `README.md` images + update `CONTRIBUTING.md` (#223) * Hard-link README.md images [skip ci] * Update CONTRIBUTING.md [skip ci] * Add predictive persistence tests (#224) * Update KNNClassifier tests to use datasets * Improve persistence test for HMMClassifier * Improve KNNClassifier persistence tests * Fix `load_random_sequences` docstring typo (#225) * Follow sklearn-like interface + add more models (#226) * Initial template * Start new interface design * Progress * Progress * Progress * Remove from_arrays * Finish SequentialDataset and KNN* * Finish HMMClassifier fit * Comment for supporting pre-fitted HMMs * Progress * Docs improvements * Docs improvements * Fix topology * Start adding HMMClassifier docs * Rename HMM variant .rst files * Add intro to HMM Classifier page * Finish HMM Classifier * Pass normalize to score * Finish start of HMM docs page * Typo * Finish HMM main page * Finish HMM variants * Typo * Finish GMMHMM docs * Improvements * Fixes * Finish HMM docs * Finish DTW-kNN index page * Finish kNN docs * Finish model public docstrings and doc pages * Add KNNClassifier example * Add .npz files * Add autosummaries + finish existing datasets * Add HMMClassifier defaults * Finish datasets * Big changes * Add numba + other fixes * Fix CircleCI * Remove Python 3.5/3.6 * Fix versions * Remove Python 3.11 * Rearrange algorithms * Improve README.md * Hide base files * Hide preprocessing base * Remove Python 3.11 * Upgrade hmmlearn + add HMMClassifier save/load * Fix Sakoe-Chiba band * Add SequentialDataset.copy() * Add SequentialDataset.copy() * Update README.md * fix .md files (#229) * Bump version and changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.