UptightMouse31 You can add any metric (KPI) with "manual" loggingLogger.current_logger().report_scalar("KPI", "metric", iteration=0, value=1.1)
This means you can later add a column KPI/metric to your experiment table.
Will this do the trick ?
AgitatedDove14 Not quite, I’m looking to define for each experiment what is the kpi for the experiment, meaning what variable in this experiment defines the the “success” of the experiment, and then plot a graph of success over time
Hi UptightMouse31
First, thank you 😊
And to your question:
variable in the project is the kpi,
You mean like add it to the experiment table and get kind of leader-board ?