|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -From v3.1.1 to v3.2.0 |
| 3 | +From v3.2.0 to v3.2.1 |
4 | 4 |
|
5 | 5 | ## Fixes
|
6 | 6 |
|
7 |
| -- Fixed a bug in `ChempropModel` that caused it not to work with missing values in the |
8 |
| - target column. |
| 7 | +- Add variable version to papyrus_filter for consistent version use. |
9 | 8 |
|
10 | 9 | ## Changes
|
11 | 10 |
|
12 |
| -- `calibration_score` is now implemented under the `Metric` class as `CalibrationScore`. |
| 11 | +None. |
13 | 12 |
|
14 | 13 | ## New Features
|
15 | 14 |
|
16 |
| -- Added a range of new |
17 |
| - metrics: `BEDROC`, `EnrichmentFactor`, `RobustInitialEnhancement`, |
18 |
| - `Prevalence`, `Sensitivity`, `Specificity`, `PositivePredictivity`, `NegativePredictivity`, |
19 |
| - `CohenKappa`, `BalancedPositivePredictivity`, `BalancedNegativePredictivity`, |
20 |
| - `BalancedMatthewsCorrcoeff`, `BalancedCohenKappa`, `KSlope`, `R20`, `KPrimeSlope`, |
21 |
| - `RPrime20`, `Pearson`, `Spearman`, `Kendall`, `AverageFoldError`, |
22 |
| - `AbsoluteAverageFoldError`, `PercentageWithinFoldError` |
23 |
| -- Added `MaskedMetric` which can be wrapped around any metric to mask datapoints |
24 |
| - when a target value is missing. |
25 |
| -- Added a tutorial on model and data serialization. |
26 |
| -- `ApplicabilityDomain` now has a `transform` method that can be used to transform |
27 |
| - a dataset to a continuous applicability domain score, such as the distance to the |
28 |
| - nearest neighbor in the training set (an example was added to the |
29 |
| - [tutorials](./tutorials/basics/data/applicability_domain.ipynb)). |
| 15 | +None. |
30 | 16 |
|
31 | 17 | ## Removed Features
|
32 | 18 |
|
|
0 commit comments