Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Feature: Log classification_report metric to wandb #202

Open
szemyd opened this issue Aug 26, 2022 · 0 comments
Open

Feature: Log classification_report metric to wandb #202

szemyd opened this issue Aug 26, 2022 · 0 comments

Comments

@szemyd
Copy link
Contributor

szemyd commented Aug 26, 2022

  1. Convert classification report string to pd.DataFrame()
    https://stackoverflow.com/questions/39662398/scikit-learn-output-metrics-classification-report-into-csv-tab-delimited-format
  2. Create wandb.Table object wandb.Table(dataframe=my_df)
  3. log it to wandb by wandb.log("table_name":wandb.Table(dataframe=my_df)): https://docs.wandb.ai/guides/data-vis/log-tables
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant