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

0.6.1 release #403

Merged
merged 3 commits into from
Sep 11, 2019
Merged

0.6.1 release #403

merged 3 commits into from
Sep 11, 2019

Conversation

gerashegalov
Copy link
Contributor

@gerashegalov gerashegalov commented Sep 8, 2019

Bug fixes:

  • Ensure correct metrics despite model failures on some CV folds #404
  • Fix flaky ModelInsight tests #395
  • Avoid creating SparseVectors for LOCO #377

New features / updates:

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

Dependency updates:

  • Update tika version #382

CHANGELOG.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 8, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #403    +/-   ##
========================================
  Coverage   86.95%   86.95%            
========================================
  Files         337      337            
  Lines       11060    11060            
  Branches      357      591   +234     
========================================
  Hits         9617     9617            
  Misses       1443     1443

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 d223c46...79be14a. Read the comment docs.

Copy link
Collaborator

@leahmcguire leahmcguire left a comment

Choose a reason for hiding this comment

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

Just one update to notes then LGTM

CHANGELOG.md Outdated
- Add `FeatureDistribution` to `SerializationFormat`s [#383](https://github.com/salesforce/TransmogrifAI/pull/383)
- Add metadata to `OpStandadrdScaler` to allow for descaling [#378](https://github.com/salesforce/TransmogrifAI/pull/378)
- Improve json serde error in `evalMetFromJson` [#380](https://github.com/salesforce/TransmogrifAI/pull/380)
- Track mean & standard deviation of text length as a metric for text feature [#354](https://github.com/salesforce/TransmogrifAI/pull/354)
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is actually on all raw features not just text

Copy link
Contributor Author

Choose a reason for hiding this comment

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

rephrased after checking back with @TuanNguyen27

- Add metadata to `OpStandadrdScaler` to allow for descaling [#378](https://github.com/salesforce/TransmogrifAI/pull/378)
- Improve json serde error in `evalMetFromJson` [#380](https://github.com/salesforce/TransmogrifAI/pull/380)
- Track mean & standard deviation of text length as a metric for text feature [#354](https://github.com/salesforce/TransmogrifAI/pull/354)
- Making model selectors robust to failing models [#372](https://github.com/salesforce/TransmogrifAI/pull/372)
Copy link
Collaborator

Choose a reason for hiding this comment

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

also there is a PR to fix an issue with models that fail in some CV fold but not all that we should get in before the release here: #404

@gerashegalov gerashegalov merged commit f4b6af3 into salesforce:master Sep 11, 2019
@gerashegalov gerashegalov deleted the 0.6.1-release branch September 11, 2019 21:44
@tovbinm tovbinm mentioned this pull request Oct 11, 2019
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.

None yet

3 participants