Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
systemallica committed Aug 8, 2020
1 parent b306b46 commit 17aa3e9
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 49 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0

- Added Random Information Gain.
- Small speed improvements.

## 0.1.5

- New import syntax.
Expand Down
107 changes: 60 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "decision-tree-morfist"
version = "0.1.5"
version = "0.2.0"
description = "Multi-target Random Forest implementation that can mix both classification and regression tasks."
authors = ["Andrés Reverón Molina <andres@reveronmolina.me>", "Henrik Linusson <henrik.linusson@hb.se>"]
license = "MIT"
Expand All @@ -26,5 +26,5 @@ scipy = "^1.5.2"
[tool.poetry.dev-dependencies]
scikit-learn = "^0.23.1"
setuptools = "^49.2.0"
pytest = "^5.4.3"
pytest = "^6.0.1"

0 comments on commit 17aa3e9

Please sign in to comment.