Skip to content

Commit

Permalink
Clean changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed May 19, 2020
1 parent 12fa48d commit ae85876
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@

- Fix `pomegranate` version to v0.12.0. ([#79](https://github.com/eonu/sequentia/pull/79))
- Add serialization and deserialization support for all classifiers. ([#80](https://github.com/eonu/sequentia/pull/80))

**Example**: For a `HMM` classifier:

```python
from sequentia.classifiers import HMM

# Save the model
hmm = HMM(...)
hmm.save('model.json')

# Load the model
hmm = HMM.load('model.json')
```

- `HMM`, `HMMClassifier`: Serialized in JSON format.
- `KNNClassifier`: Serialized in [HDF5](https://support.hdfgroup.org/HDF5/doc/H5.intro.html) format.
- Finish preprocessing documentation and tests. ([#81](https://github.com/eonu/sequentia/pull/81))
Expand Down

0 comments on commit ae85876

Please sign in to comment.