-
Notifications
You must be signed in to change notification settings - Fork 34
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
Dataframe name #472
Draft
jeh362
wants to merge
29
commits into
capitalone:main
Choose a base branch
from
jeh362:dataframe-name
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Dataframe name #472
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d438a21
Created an Intake Source for DataframePlotDataSource for reading Dat…
jhui18 ca45344
fixing typing errors
jhui18 a3d353d
update styling issues
jhui18 0b6a15a
update environment.yml
jhui18 dae7f49
remove nvm files
jhui18 6e2c4ac
update test_viz.py for dataframe test
jhui18 b9d0b91
update parameters in test_viz.py for dataframe test
jhui18 73beb27
merging branch to main
jhui18 da0e44f
resolve merge conflicts
jhui18 b715d05
remove nvm files
jhui18 e0e2d65
resolving merge conflicts
jhui18 9147bdf
moved imports in viz.py and added dataframe plot tests in test_publis…
jhui18 a01c3e9
add dataframe argumentfor publish tests
jhui18 9095c84
debugging test_viz.py
jhui18 823d775
removed experiments check in test_viz
jhui18 9c639ba
Created an intake source for MetricListComparisonDataSource for readi…
jhui18 f474b20
Merge branch 'metric-list' of https://github.com/jeh362/rubicon-ml in…
jhui18 a61a268
updated formatting
jhui18 7fda1c9
removed duplicate test in test_viz.py
jhui18 39912be
edit metriclist types and removing experiments from metriclistcompari…
jhui18 f19ae27
edit test_viz.py metric list parameter names
jhui18 df99dcd
update metric list tests
jhui18 48236da
edit comments
jhui18 fbf69f9
remove error for no dataframe logged to each experiment
jhui18 5084131
update code styling
jhui18 5d8e610
make dataframe_name default to 'None' and take the dataframe name of …
jhui18 a941483
Merge branch 'capitalone:main' into dataframe-name
jeh362 62a5629
Merge branch 'main' into dataframe-name
jeh362 3fd1802
Merge branch 'main' into dataframe-name
jeh362 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 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.
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.
Can we please add type hints as we go through these? Thanks.