rusty-machine v0.5.4 Release Notes

Release Date: 2017-01-06 // over 7 years ago
  • ๐Ÿ†• New Contributors

    ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ”‹ Features

    • โž• Add a new datasets module behind a datasets feature flag.
    • โž• Add new classification scores: precision, recall, and f1.
    • โž• Add a new Transformer::fit function to allow prefitting of a Transformer before use.

    ๐Ÿ› Bug Fixes

    • None

    Minor Changes

    • LinRegressor now uses solve instead of inverse for improved accuracy and stability.

Previous changes from v0.5.3

  • ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ”‹ Features

    • โž• Adding a new confusion_matrix module.

    ๐Ÿ› Bug Fixes

    • None

    Minor Changes

    • โšก๏ธ Updated rulinalg dependency to 0.3.7.