|
| 1 | +Version 0.3.1 - 2021-03-11 |
| 2 | +======================== |
| 3 | + |
| 4 | +In this release of Linfa the documentation is extended, new examples are added and the functionality of datasets improved. No new algorithms were added. |
| 5 | + |
| 6 | +The meta-issue [#82](https://github.com/rust-ml/linfa/issues/82) gives a good overview of the necessary documentation improvements and testing/documentation/examples were considerably extended in this release. |
| 7 | + |
| 8 | +Further new functionality was added to datasets and multi-target datasets are introduced. Bootstrapping is now possible for features and samples and you can cross-validate your model with k-folding. We polished various bits in the kernel machines and simplified the interface there. |
| 9 | + |
| 10 | +The trait structure of regression metrics are simplified and the silhouette score introduced for easier testing of K-Means and other algorithms. |
| 11 | + |
| 12 | +Changes |
| 13 | +----------- |
| 14 | + * improve documentation in all algorithms, various commits |
| 15 | + * add a website to the infrastructure (c8acc785b) |
| 16 | + * add k-folding with and without copying (b0af80546f8) |
| 17 | + * add feature naming and pearson's cross correlation (71989627f) |
| 18 | + * improve ergonomics when handling kernels (1a7982b973) |
| 19 | + * improve TikZ generator in `linfa-trees` (9d71f603bbe) |
| 20 | + * introduce multi-target datasets (b231118629) |
| 21 | + * simplify regression metrics and add cluster metrics (d0363a1fa8ef) |
| 22 | + |
| 23 | +Version 0.3.0 - 2021-01-21 |
| 24 | +========================= |
| 25 | + |
| 26 | +New Algorithms |
| 27 | +----------- |
| 28 | + |
| 29 | + * Approximated DBSCAN has been added to `linfa-clustering` by [@Sauro98] |
| 30 | + * Gaussian Naive Bayes has been added to `linfa-bayes` by [@VasanthakumarV] |
| 31 | + * Elastic Net linear regression has been added to `linfa-elasticnet` by [@paulkoerbitz] and [@bytesnake] |
| 32 | + |
| 33 | +Changes |
| 34 | +---------- |
| 35 | + |
| 36 | + * Added benchmark to gaussian mixture models (a3eede55) |
| 37 | + * Fixed bugs in linear decision trees, added generator for TiKZ trees (bfa5aebe7) |
| 38 | + * Implemented serde for all crates behind feature flag (4f0b63bb) |
| 39 | + * Implemented new backend features (7296c9ec4) |
| 40 | + * Introduced `linfa-datasets` for easier testing (3cec12b4f) |
| 41 | + * Rename `Dataset` to `DatasetBase` and introduce `Dataset` and `DatasetView` (21dd579cf) |
| 42 | + * Improve kernel tests and documentation (8e81a6d) |
| 43 | + |
1 | 44 | Version 0.2.0 - 2020-11-26
|
2 | 45 | ==========================
|
3 | 46 |
|
|
0 commit comments