Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log_plot: custom filename and/or title for sklearn plots #323

Closed
Tracked by #223
dberenbaum opened this issue Oct 7, 2022 · 0 comments
Closed
Tracked by #223

log_plot: custom filename and/or title for sklearn plots #323

dberenbaum opened this issue Oct 7, 2022 · 0 comments
Assignees
Labels
A: log_sklearn_plot Area: `live.log_sklearn_plot` p2-medium

Comments

@dberenbaum
Copy link
Collaborator

See https://github.com/iterative/example-repos-dev/blob/b8a8f0af39b88c735af0b8065c37b609242b53ed/example-get-started/code/src/evaluate.py#L61. I have to keep two separate live instances to be able to log sklearn plots for both train and test data because there's no way to create multiple confusion matrix (or any other type) plots in the same instance.

@dberenbaum dberenbaum added the A: log_sklearn_plot Area: `live.log_sklearn_plot` label Oct 7, 2022
@daavoo daavoo mentioned this issue Oct 17, 2022
13 tasks
@daavoo daavoo self-assigned this Oct 24, 2022
daavoo added a commit that referenced this issue Oct 25, 2022
Rename existing `name` argument to `kind`. This argument is used to determine the type of plot.
Add new optional `name` argument to define output file.

Closes #323
daavoo added a commit that referenced this issue Oct 25, 2022
Rename existing `name` argument to `kind`. This argument is used to determine the type of plot.
Add new optional `name` argument to define output file.

Closes #323
@daavoo daavoo closed this as completed Oct 25, 2022
daavoo added a commit that referenced this issue Oct 31, 2022
Rename existing `name` argument to `kind`. This argument is used to determine the type of plot.
Add new optional `name` argument to define output file.

Closes #323
daavoo added a commit that referenced this issue Nov 4, 2022
Rename existing `name` argument to `kind`. This argument is used to determine the type of plot.
Add new optional `name` argument to define output file.

Closes #323
daavoo added a commit that referenced this issue Nov 4, 2022
Rename existing `name` argument to `kind`. This argument is used to determine the type of plot.
Add new optional `name` argument to define output file.

Closes #323
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: log_sklearn_plot Area: `live.log_sklearn_plot` p2-medium
Projects
None yet
Development

No branches or pull requests

2 participants