Unanswered
Hello,
Any Idea How To Log Tables With Hyperlinks?
When Logging Dataframes Using
Hi CostlyOstrich36
I did something like this:
data = {"index": ["<a href=
>12345</a>"], y:[1],...}
df = pd.DataFrame(data)
clearml_logger.report_table(title, series, iteration, df)
54 Views
0
Answers
3 months ago
3 months ago