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

For a 0.8.5 release #216

Merged
merged 5 commits into from
May 6, 2024
Merged

For a 0.8.5 release #216

merged 5 commits into from
May 6, 2024

Conversation

ablaom
Copy link
Member

@ablaom ablaom commented May 6, 2024

#215

For the release notes:

  • Write the PerformanceEvaluation objects computed for each model (hyper-parameter set) to the history, or write compact versions of the same (CompactPeformanceEvaluation objects) by providing TunedModel(...) a new option compact_history=true. The evaluation objects are accessed like this: evaluation = report(mach).history[index].evaluation, where mach is a machine associated with the TunedModel instance. For more on the differences between PerformanceEvaluation and CompactPerformanceEvaluation objects, refer to their document strings.

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.53%. Comparing base (c597f27) to head (1dd32b1).
Report is 32 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   87.53%   87.53%           
=======================================
  Files          13       13           
  Lines         666      666           
=======================================
  Hits          583      583           
  Misses         83       83           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ablaom ablaom merged commit bac0ac9 into master May 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant