Skip to content

Commit

Permalink
Release 1.18.0 (#133)
Browse files Browse the repository at this point in the history
* Bump version

* Update CHANGELOG
  • Loading branch information
caique-lima authored May 8, 2020
1 parent 329b158 commit f158861
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.18.0] - 2020-05-08
- **Enhancement**
- Allow users to inform a Placeholder value in imputer learner
- **New**
- Add Normalized Discount Cumulative Gain evaluator
- **Bug Fix**
- Fix some sklearn related warnings
- Fix get_recovery logic in make_confounded_data method
- **Documentation**
- Add target_categorizer documentation

## [1.17.0] - 2020-02-28
- **Enhancement**
- Allow users to set a gap between training and holdout in time splitters
Expand Down
2 changes: 1 addition & 1 deletion src/fklearn/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.18.0

0 comments on commit f158861

Please sign in to comment.