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.
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 defaultdataframe_name
toNone
. If nodataframe_name
is passed in, then thedataframe_name
is set to the name of the dataframe logged to the the first experiment.