- Fixed a bug in fine-tuning models that were pre-trained, when the pre-trained model is first deserialized from disk.
maui_model.transform()
no longer automatically computes feature correlations. Added a methodmaui_model.get_feature_correlations()
to use when this is desirable. This is a huge performance enhancement when feature correlations aren't necessary.