Skip to content

Commit 5d7b4dd

Browse files
author
Mark Ramotowski
committed
Updated changelog for v 5.0.3
1 parent 989e357 commit 5d7b4dd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/Rambatino/CHAID/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/Rambatino/CHAID/compare/v5.0.2...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Valid splits discounted when most significant split is generated below base size [\#81](https://github.com/Rambatino/CHAID/issues/81)
10+
- Fixing minimum node sizes whereby combined choices aren't selected [\#83](https://github.com/Rambatino/CHAID/pull/83) ([Rambatino](https://github.com/Rambatino))
11+
12+
**Closed issues:**
13+
14+
- Maybe an error in the doc? [\#79](https://github.com/Rambatino/CHAID/issues/79)
15+
16+
## [v5.0.2](https://github.com/Rambatino/CHAID/tree/v5.0.2) (2017-08-24)
17+
[Full Changelog](https://github.com/Rambatino/CHAID/compare/v5.0.1...v5.0.2)
18+
19+
**Fixed bugs:**
20+
21+
- Specs and fix [\#78](https://github.com/Rambatino/CHAID/pull/78) ([Rambatino](https://github.com/Rambatino))
22+
323
## [v5.0.1](https://github.com/Rambatino/CHAID/tree/v5.0.1) (2017-08-22)
424
[Full Changelog](https://github.com/Rambatino/CHAID/compare/v5.0.0...v5.0.1)
525

@@ -18,6 +38,8 @@
1838

1939
- Continuous independent variables? [\#75](https://github.com/Rambatino/CHAID/issues/75)
2040
- CHAID tree to json [\#71](https://github.com/Rambatino/CHAID/issues/71)
41+
- Output Tree as pandas DataFrame [\#69](https://github.com/Rambatino/CHAID/issues/69)
42+
- Basic clarifications [\#66](https://github.com/Rambatino/CHAID/issues/66)
2143

2244
**Merged pull requests:**
2345

@@ -34,6 +56,7 @@
3456
**Closed issues:**
3557

3658
- Creating tree different from README [\#65](https://github.com/Rambatino/CHAID/issues/65)
59+
- any working example? [\#64](https://github.com/Rambatino/CHAID/issues/64)
3760
- User shouldn't have to pass in variables and variable types [\#53](https://github.com/Rambatino/CHAID/issues/53)
3861

3962
## [v4.0.0-alpha.2](https://github.com/Rambatino/CHAID/tree/v4.0.0-alpha.2) (2017-06-07)

0 commit comments

Comments
 (0)