rubicon-ml icon indicating copy to clipboard operation
rubicon-ml copied to clipboard

Dataframe name

Open jeh362 opened this issue 1 year ago • 1 comments

closes: #469


Issue An error is raised whenever a dataframe is created without a dataframe_name parameter. Visualizations should be able to be instantiated without any arguments other than their experiments.

Changes Updated dataframe_plot.py to default dataframe_name to None. If no dataframe_name is passed in, then the dataframe_name is set to the name of the dataframe logged to the the first experiment.

jeh362 avatar Jul 25 '24 19:07 jeh362

Is this PR dependent on #471 ?

stephenpardy avatar Jul 25 '24 19:07 stephenpardy

will address later if necessary

ryanSoley avatar Mar 24 '25 15:03 ryanSoley