-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.7.0 release #481
0.7.0 release #481
Conversation
This reverts commit 95a77b1.
… made to decision tree pruning in Spark 2.4. If nodes are split, but both child nodes lead to the same prediction then the split is pruned away. This updates the test so this doesn't happen for feature 'b'
# Conflicts: # core/src/main/scala/com/salesforce/op/stages/sparkwrappers/specific/OpPredictionModel.scala # features/src/main/scala/org/apache/spark/ml/SparkDefaultParamsReadWrite.scala # gradle.properties
Codecov Report
@@ Coverage Diff @@
## master #481 +/- ##
==========================================
- Coverage 87.01% 87.00% -0.01%
==========================================
Files 345 345
Lines 11680 11680
Branches 378 378
==========================================
- Hits 10163 10162 -1
- Misses 1517 1518 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
🥳 🥳 🥳 🥳 🥳 |
Bug fixes:
ModelInsight
tests #407Days.daysBetween
int overflow #471New features / updates:
maxTrainingSample
for regression #413 and multi-class classification #414InsightLOCOTest
#412OpLinearRegression
#421TextTokenizerTest
#442SmartTextVectorizer
#448, #455MinVarianceFilter
which checks that computed features have a minimum variance #463, #465TextStats
length distribution to be token-based and refactor for testability #464Dependency updates (#402, #466):
Miscellaneous: