capitalone / rubicon-ml

Capture all information throughout your model's development in a reproducible way and tie results directly to the model code!
https://capitalone.github.io/rubicon-ml/
Apache License 2.0
129 stars 34 forks source link

Dataframe name #472

Open jeh362 opened 3 months ago

jeh362 commented 3 months ago

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.

stephenpardy commented 3 months ago

Is this PR dependent on #471 ?