rusty-machine v0.5.4 Release Notes
Release Date: 2017-01-06 // over 6 years ago-
๐ New Contributors
๐ฅ Breaking Changes
- None
๐ Features
- โ Add a new
datasets
module behind adatasets
feature flag. - โ Add new classification scores:
precision
,recall
, andf1
. - โ Add a new
Transformer::fit
function to allow prefitting of aTransformer
before use.
๐ Bug Fixes
- None
Minor Changes
LinRegressor
now usessolve
instead ofinverse
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
.