PHP-ML v0.9.0 Release Notes
Release Date: 2020-05-15 // almost 5 years ago-
โ Added
- [Preprocessing] Implement LabelEncoder (#369)
- [Preprocessing] Implement ColumnFilter (#378)
- [Preprocessing] Implement LambdaTransformer (#381)
- [Preprocessing] Implement NumberConverter (#377)
- [Preprocessing] Implement OneHotEncoder (#384)
- [Workflow] Implement FeatureUnion (#382)
- [Metric] Add Regression metrics: meanSquaredError, meanSquaredLogarithmicError, meanAbsoluteError, medianAbsoluteError, r2Score, maxError (#373)
- [Regression] Implement DecisionTreeRegressor (#375)
- [Tokenization] Added NGramWordTokenizer (#370)
- ๐ [Internal] Add php 7.4 for travis build (#393)
- [FeatureExtraction] FeatureExtraction (#425)
๐ Fixed
- [Math] Fix division by zero in ANOVA for small size dataset (#391)
- ๐ [Internal] Fix grammatical errors in code and docs (#410, #411, #413, #414)
๐ Changed