Compare Experiments across different runs and hyper paramerters#23
Open
nitish1295 wants to merge 4 commits intobaal-org:mainfrom
Open
Compare Experiments across different runs and hyper paramerters#23nitish1295 wants to merge 4 commits intobaal-org:mainfrom
nitish1295 wants to merge 4 commits intobaal-org:mainfrom
Conversation
Dref360
requested changes
Aug 13, 2023
| } | ||
| history = {} | ||
|
|
||
| for id in run_id.split("--"): |
Member
There was a problem hiding this comment.
Why not send a list of run ids?
| backgroundColor: colors.primary[400], | ||
| }); | ||
| useEffect(() => { | ||
| if (!isLoading && !isError && data && data.plots && data.plots.length > 0) { |
Member
There was a problem hiding this comment.
Suggested change
| if (!isLoading && !isError && data && data.plots && data.plots.length > 0) { | |
| if (!isLoading && !isError && data?.plots?.length > 0) { |
|
|
||
|
|
||
| @app.get("/experimentsflat") | ||
| def get_experimentsflat() -> List[Dict[str, Any]]: |
Member
There was a problem hiding this comment.
I think we need a type for the response.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview:
Instead of selecting experiments from dropdown, we now have table for selection. The table provides filters and other extra stuff for choosing specific experiments
Initial Landing Page

Filter

Select Multiple Experiments and switch among metrics using a carousel

CSS and code formatting
Upgrade precommit yaml using
pre-commit autoupdatedue to poetry having issues with PyCQA/isort@0d219a6Closes #19