It's generated automatically by HPO script.
So it might be added inside the report completion section
Hi EmbarrassedSpider34 ,
Wasn't the name there when you generated the plot?
Hey,
I think I found a possible bug when using get_reported_plots
on a task.
the name
is attached to the plot_str
string.
so plotly can't really analyze it and I have to remove it manually.
e.g.sub_string1 = reported_plots[0]['plot_str'].replace(""""name": "mean_median_upper/mean_median_upper", """ , '') sub_string2 = sub_string1.replace(""", "name": null""" , '') fig = plotly.io.from_json(sub_string2) fig.show()
to give.
It's generated automatically by HPO script.
So it might be added inside the report completion section
Hi EmbarrassedSpider34 ,
Wasn't the name there when you generated the plot?