You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,16 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
5
6
## [dev] (unreleased)
6
7
- ...
7
8
9
+
10
+
## [1.1.1]
11
+
__Improvements:__
12
+
- When installing `ppscore` automatically install dependencies. ([#29](https://github.com/8080labs/ppscore/issues/29))
13
+
14
+
8
15
## [1.1.0]
9
16
__Default changes:__
10
17
- In `pps.score` changed the default of `random_seed` to `123` in order to enable reproducible results when comparing scores that are generated via `pps.score` or `pps.matrix`. The old behavior of drawing a random_seed per default was confusing. ([#32](https://github.com/8080labs/ppscore/issues/32))
@@ -13,6 +20,7 @@ __Improvements:__
13
20
- Improve error message when using the wrong API ([#31](https://github.com/8080labs/ppscore/issues/31))
14
21
- Automatic error catching for convenience with optional error inspection/debugging: added `catch_errors` to `pps.score` and added corresponding case `unknown_error`
15
22
23
+
16
24
## [1.0.0]
17
25
__Breaking changes:__
18
26
- The case of the calculation for `regression` or `classification`__only depends on the data types__ and not the cardinality of a column any more. Also, it is not possible any more to pass the `task` to `pps.score`. This removes confusion about the inference of the final task. Some other special cases like `feature_is_id` still review the cardinality of a column.
0 commit comments