Skip to content

Commit

Permalink
Merge pull request #31 from Alex-Lekov/develop
Browse files Browse the repository at this point in the history
v1.3.6
  • Loading branch information
Alex-Lekov committed Mar 4, 2021
2 parents cd5afdd + 6d8ee48 commit d47570d
Show file tree
Hide file tree
Showing 40 changed files with 5,786 additions and 4,202 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [1.3.6]
### ADD
- add dosc on CV


## [1.3.5]
### Fix
- Fix nans in targetencoder in CV


## [1.3.4]
### ADD
- Target Encoding in CrossValidation
- DenoisingAutoencoder in DataPrepare
- Docs


## [1.3.1]
### Fix
- Fix import - add loguru and psutil in requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion automl_alex/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.3.6"
Loading

0 comments on commit d47570d

Please sign in to comment.