-
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.6.1 release #403
0.6.1 release #403
Conversation
Codecov Report
@@ 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.
|
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.
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) |
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.
this is actually on all raw features not just text
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.
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) |
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.
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
e35ee57
to
79be14a
Compare
Bug fixes:
ModelInsight
tests #395SparseVector
s for LOCO #377New features / updates:
FeatureDistribution
toSerializationFormat
s #383OpStandadrdScaler
to allow for descaling #378evalMetFromJson
#380Dependency updates: