-
Notifications
You must be signed in to change notification settings - Fork 302
[feat] Add an object that realizes the perf over time viz #331
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
Merged
ravinkohli
merged 36 commits into
automl:development
from
nabenabe0928:330-feat-viz_incumbent_over_time
Dec 1, 2021
Merged
Changes from 19 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
aa9d35a
[feat] Add an object that realizes the perf over time viz
nabenabe0928 031ce44
[fix] Modify TODOs and add comments to avoid complications
nabenabe0928 b9636a6
[refactor] [feat] Format visualizer API and integrate this feature in…
nabenabe0928 fbe7cd3
[refactor] Separate a shared raise error process as a function
nabenabe0928 bc98805
[refactor] Gather params in Dataclass to look smarter
nabenabe0928 517ccf1
[refactor] Merge extraction from history to the result manager
nabenabe0928 29b4aa6
[feat] Merge the viz in the latest version
nabenabe0928 af6f375
[fix] Fix nan --> worst val so that we can always handle by number
nabenabe0928 a2084e9
[fix] Fix mypy issues
nabenabe0928 4039a24
[test] Add test for get_start_time
nabenabe0928 a44cb86
[test] Add test for order by end time
nabenabe0928 0b15f66
[test] Add tests for ensemble results
nabenabe0928 9be8a51
[test] Add tests for merging ensemble results and run history
nabenabe0928 367b3a4
[test] Add the tests in the case of ensemble_results is None
nabenabe0928 2a2c564
[fix] Alternate datetime to timestamp in tests to pass universally
nabenabe0928 27dfbff
[fix] Fix status_msg --> status_type because it does not need to be str
nabenabe0928 8b1dec5
[fix] Change the name for the homogeniety
nabenabe0928 4fd6245
[fix] Fix based on the file name change
nabenabe0928 37ebf7e
[test] Add tests for set_plot_args
nabenabe0928 d050fd8
[test] Add tests for plot_perf_over_time in BaseTask
nabenabe0928 2777e1b
[refactor] Replace redundant lines by pytest parametrization
nabenabe0928 020d7fb
[test] Add tests for _get_perf_and_time
nabenabe0928 f06eb97
[fix] Remove viz attribute based on Ravin's comment
nabenabe0928 ca36dc1
[fix] Fix doc-string based on Ravin's comments
nabenabe0928 38055c8
[refactor] Hide color label settings extraction in dataclass
nabenabe0928 08e9e12
[test] Add tests for color label dicts extraction
nabenabe0928 362b61f
[test] Add tests for checking if plt.show is called or not
nabenabe0928 b5da0d6
[refactor] Address Ravin's comments and add TODO for the refactoring
nabenabe0928 18e8d1e
[refactor] Change KeyError in EnsembleResults to empty
nabenabe0928 bef13be
[refactor] Prohibit external updates to make objects more robust
nabenabe0928 6642e29
[fix] Remove a member variable _opt_scores since it is confusing
nabenabe0928 45fc875
[example] Add an example how to plot performance over time
nabenabe0928 a5b37a2
[fix] Fix unexpected train loss when using cross validation
nabenabe0928 9585b5f
[fix] Remove __main__ from example based on the Ravin's comment
nabenabe0928 d596c03
[fix] Move results_xxx to utils from API
nabenabe0928 4fe5ae8
[enhance] Change example for the plot over time to save fig
nabenabe0928 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.