@@ -4,16 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.9.0] - Unreleased
7
+ ## Unreleased
8
+
9
+ ## [ 0.9.0] - 2020-05-15
8
10
### Added
9
- - [ Preprocessing] Implement LabelEncoder
10
- - [ Preprocessing] Implement ColumnFilter
11
- - [ Preprocessing] Implement LambdaTransformer
12
- - [ Preprocessing] Implement NumberConverter
13
- - [ Preprocessing] Implement OneHotEncoder
14
- - [ Workflow] Implement FeatureUnion
15
- - [ Metric] Add Regression metrics: meanSquaredError, meanSquaredLogarithmicError, meanAbsoluteError, medianAbsoluteError, r2Score, maxError
16
- - [ Regression] Implement DecisionTreeRegressor
11
+ - [ Preprocessing] Implement LabelEncoder (#369 )
12
+ - [ Preprocessing] Implement ColumnFilter (#378 )
13
+ - [ Preprocessing] Implement LambdaTransformer (#381 )
14
+ - [ Preprocessing] Implement NumberConverter (#377 )
15
+ - [ Preprocessing] Implement OneHotEncoder (#384 )
16
+ - [ Workflow] Implement FeatureUnion (#382 )
17
+ - [ Metric] Add Regression metrics: meanSquaredError, meanSquaredLogarithmicError, meanAbsoluteError, medianAbsoluteError, r2Score, maxError (#373 )
18
+ - [ Regression] Implement DecisionTreeRegressor (#375 )
19
+ - [ Tokenization] Added NGramWordTokenizer (#370 )
20
+ - [ Internal] Add php 7.4 for travis build (#393 )
21
+ - [ FeatureExtraction] FeatureExtraction (#425 )
22
+
23
+ ### Fixed
24
+ - [ Math] Fix division by zero in ANOVA for small size dataset (#391 )
25
+ - [ Internal] Fix grammatical errors in code and docs (#410 , #411 , #413 , #414 )
26
+
27
+ ### Changed
28
+ - [ Internal] update phpunit to 8 (#367 , #372 )
29
+ - [ Internal] code style fixes (#366 )
30
+ - [ Internal] update dependencies (#383 , #415 , #419 , #426 )
17
31
18
32
## [ 0.8.0] - 2019-03-20
19
33
### Added
0 commit comments