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

Improve json serde error in evalMetFromJson #380

Merged

Conversation

gerashegalov
Copy link
Contributor

Related issues
Fixes #379

Describe the proposed solution
Remove mkString, keep track of the exceptions

Describe alternatives you've considered
too many

@codecov
Copy link

codecov bot commented Aug 5, 2019

Codecov Report

Merging #380 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
+ Coverage   86.84%   86.85%   +0.01%     
==========================================
  Files         336      336              
  Lines       10948    10950       +2     
  Branches      351      580     +229     
==========================================
+ Hits         9508     9511       +3     
+ Misses       1440     1439       -1
Impacted Files Coverage Δ
...op/stages/impl/selector/ModelSelectorSummary.scala 92.55% <100%> (+1.24%) ⬆️

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 42fc765...ce76d38. Read the comment docs.

@gerashegalov gerashegalov merged commit b634157 into salesforce:master Aug 8, 2019
@gerashegalov gerashegalov deleted the gera/evalMetJsonException branch August 8, 2019 15:51
@gerashegalov gerashegalov mentioned this pull request Sep 8, 2019
gerashegalov added a commit that referenced this pull request Sep 11, 2019
Bug fixes:
- Ensure correct metrics despite model failures on some CV folds [#404](#404)
- Fix flaky `ModelInsight` tests [#395](#395)
- Avoid creating `SparseVector`s for LOCO [#377](#377)

New features / updates:
- Model combiner [#385](#399)
- Added new sample for HousingPrices [#365](#365)
- Test to verify that custom metrics appear in model insight metrics [#387](#387)
- Add `FeatureDistribution` to `SerializationFormat`s [#383](#383)
- Add metadata to `OpStandadrdScaler` to allow for descaling [#378](#378)
- Improve json serde error in `evalMetFromJson` [#380](#380)
- Track mean & standard deviation as metrics for numeric features and for text length of text features [#354](#354)
- Making model selectors robust to failing models [#372](#372)
- Use compact and compressed model json by default [#375](#375)
- Descale feature contribution for Linear Regression & Logistic Regression [#345](#345)

Dependency updates:   
- Update tika version [#382](#382)
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.

Confusing error message in ModelSelectorSummary#evalMetFromJson
2 participants