Skip to content

Commit d742e8f

Browse files
LindeSchoenmakermartin-sicho
authored andcommitted
Update CHANGELOG.md
1 parent 9c5a476 commit d742e8f

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

CHANGELOG.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
11
# Change Log
22

3-
From v3.1.1 to v3.2.0
3+
From v3.2.0 to v3.2.1
44

55
## Fixes
66

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.
98

109
## Changes
1110

12-
- `calibration_score` is now implemented under the `Metric` class as `CalibrationScore`.
11+
None.
1312

1413
## New Features
1514

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.
3016

3117
## Removed Features
3218

0 commit comments

Comments
 (0)