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

[release] 0.7.0 🎉 #92

Merged
merged 20 commits into from
May 19, 2020
Merged

[release] 0.7.0 🎉 #92

merged 20 commits into from
May 19, 2020

Conversation

eonu
Copy link
Owner

@eonu eonu commented May 19, 2020

Major changes

  • Fix pomegranate version to v0.12.0. (#79)
  • Add serialization and deserialization support for all classifiers. (#80)
    • HMM, HMMClassifier: Serialized in JSON format.
    • KNNClassifier: Serialized in HDF5 format.
  • Finish preprocessing documentation and tests. (#81)
  • (Internal) Remove nested helper functions in KNNClassifier.predict(). (#84)
  • Add strict left-right HMM topology. (#85)
    Note: This is the more traditional left-right HMM topology.
  • Implement GMM-HMMs in the GMMHMM class. (#87)
  • Implement custom, uniform and frequency-based HMM priors. (#88)
  • Implement distance-weighted DTW-kNN predictions. (#90)
  • Rename DTWKNN to KNNClassifer. (#91)

Minor changes

  • (Internal) Simplify package imports. (#82)
  • (Internal) Add Validator.func() for validating callables. (#90)

* Rework sequentia.preprocessing

* Remove Test.ipynb
* Finish tests for HMM and HMMClassifier

* Finish serialization documentation

* Ensure no NaNs in tests

* Ensure Nans in HMM.test_as_dict_with_nan

* Ensure NaNs in HMM.test_as_dict_with_nan

* Ensure NaNs in HMM.test_as_dict_with_nan

* Remove HMM NaN serialization test
* Implement GMMHMMs

* Fix strict left-right topology serialization for GMMHMM

* Finish GMMHMM documentation

* Finish GMMHMM documentation

* Fix GMMHMM.as_dict method reference typo

* Validate stored models before deserialization

* Finish GMMHMM tests

* Update README

* Attempt to fix randomness in HMM and GMMHMM tests
* Implement custom HMM classification priors

* Fix custom priors for MAP classification

* Fix HMMClassifier specs

* Move README image

* Fix randomness in HMMClassifier tests
* Implement distance-weighted DTWKNN

* Update README.md
* Rename DTWKNN to KNNClassifier

* Fix HMM test_load_dict
@eonu eonu merged commit a41636b into master May 19, 2020
@eonu eonu deleted the release/0.7.0 branch April 1, 2024 18:55
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