Diff of /changelog.md [000000] .. [433586]

Switch to unified view

a b/changelog.md
1
# Changelog
2
3
## [unreleased] - ????-??-??
4
5
### Fixed
6
7
- Fixed a bug in fine-tuning models that were pre-trained, when the pre-trained model is first deserialized from disk.
8
9
## [0.1.7] - 2019-10-08
10
11
- `maui_model.transform()` no longer automatically computes feature correlations. Added a method `maui_model.get_feature_correlations()` to use when this is desirable. This is a huge performance enhancement when feature correlations aren't necessary.