Skip to content
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

Release 0.5.2 #277

Merged
merged 4 commits into from
Apr 11, 2019
Merged

Release 0.5.2 #277

merged 4 commits into from
Apr 11, 2019

Conversation

tovbinm
Copy link
Collaborator

@tovbinm tovbinm commented Apr 10, 2019

Bug fixes:

  • Fixed local scoring with multipicklist features #243
  • Fixed error messages in DataCutter and DataBalancer #256
  • Fixed bug in in model selector fit method #251
  • Fixed some Transmogrifier defaults to be modifiable / exposed #232
  • Fixed bug in OpXGBoostClassificationModel #229
  • Minor fixes / cleanup on notebooks, Helloworld examples, and developer guide #226, #230, #240, #259

New features / updates:

  • Added transformer classes for common math operations #255, #257
  • Added string transformers for substring search and valid email #265
  • Added scaler and descaler transformers #223
  • Added Raw Feature Filter results e.g., metrics, exclusion reasons to serialization and to ModelInsights #237, #252, #258, #276
  • Changed OpBinScoreEvaluator to allow for lift analysis #233
  • Added random param builder for random hyperparameter search in model selectors #238
  • Added possibility to return top K positives and top K negatives improvement for LOCO #264
  • Added a max cardinality percentage that can be set for pivot #241
  • Added minimum rows for scoring set in RawFeatureFilter #250
  • Allowed copying model instances across multiple threads #270
  • Added stub to allow loading models without workflow #269, #272
  • Made decision tree numeric bucketizer tests less flaky #225
  • Added Jupyter notebooks for samples #231

Dependency updates:

  • Switched to MLeap runtime from Aardpfark for local scoring #249, #261

@codecov
Copy link

codecov bot commented Apr 10, 2019

Codecov Report

Merging #277 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #277   +/-   ##
=======================================
  Coverage   86.39%   86.39%           
=======================================
  Files         319      319           
  Lines       10440    10440           
  Branches      350      350           
=======================================
  Hits         9020     9020           
  Misses       1420     1420

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0bab1d4...2ee95ee. Read the comment docs.

@tovbinm tovbinm marked this pull request as ready for review April 11, 2019 00:22
Copy link
Contributor

@clin-projects clin-projects left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tovbinm tovbinm merged commit 620f713 into master Apr 11, 2019
@tovbinm tovbinm deleted the cl/release-0.5.2 branch April 11, 2019 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants