0.7.0
Bug fixes:
- Fix flaky
ModelInsighttests #407 - Remove logging of tokens of text fields #420, #438, #447, #474
- Add validation prepare call before model selection when no DAG is passed #424, #429
- Fix
Days.daysBetweenint overflow #471
New features / updates:
- Downsample the number of training samples to
maxTrainingSamplefor regression #413 and multi-class classification #414 - Refactor
InsightLOCOTest#412 - Enable more loss types for
OpLinearRegression#421 - Add property-based tests for regression model selection #427
- Add option to calculate LOCO for dates/texts by leaving out their entire vector #418
- Add Chinese and Korean examples to
TextTokenizerTest#442 - Add support for ignoring text that looks like IDs in
SmartTextVectorizer#448,
Dependency updates (#402, #466):
- Update Apache Spark version to 2.4.5
- Avro is a built-in data source in Spark 2.4, so no longer using the spark-avro package
- Avro to 1.8.2
- XGBoost to 0.90
- MLeap to 0.14.0
- json4s to 3.5.3
- JUnit to 4.12
- chill to 0.9.3
- gradle-avro-plugin to 0.16.0
Miscellaneous:
- Add ROADMAP.md #394