Hi WhoppingMole85 , you can actually do that with the logger.
Something along the lines of:Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
Does this help?
Top of the morning dear community ☀
I am working with Datasets and I was wondering if I can log some stats about the dataset to the "experiment" page. I'm looking for something similar to the logger from the task object. Is there anything like it?
thanks!
Hi WhoppingMole85 , you can actually do that with the logger.
Something along the lines of:Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
Does this help?