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

Follow sklearn-like interface + add models #226

Merged
merged 52 commits into from
Dec 6, 2022
Merged

Follow sklearn-like interface + add models #226

merged 52 commits into from
Dec 6, 2022

Conversation

eonu
Copy link
Owner

@eonu eonu commented Nov 5, 2022

No description provided.

@eonu eonu merged commit 04b7677 into dev Dec 6, 2022
@eonu eonu deleted the new-interface branch December 6, 2022 21:27
This was referenced Dec 6, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant