CHANGELOG.md in eps-0.2.1 vs CHANGELOG.md in eps-0.3.0
- old
+ new
@@ -1,4 +1,18 @@
+## 0.3.0
+
+- Added support for LightGBM
+- Added text features
+- Fixed naive Bayes PMML
+- Fixed error with classification and Daru
+
+Breaking
+
+- LightGBM is now the default for new models
+- Cross-validation happens automatically by default
+- Removed support for JSON and PFA formats
+- Added smoothing to naive Bayes
+
## 0.2.1
- Fixed error with `summary`
- Fixed error with `predict` in `Eps::Base`
- Fixed error with loaded classification models