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

Add ability to log metrics of a regression model #25

Closed
aslotte opened this issue Jun 3, 2020 · 4 comments
Closed

Add ability to log metrics of a regression model #25

aslotte opened this issue Jun 3, 2020 · 4 comments
Assignees
Labels

Comments

@aslotte
Copy link
Owner

aslotte commented Jun 3, 2020

Add the ability to pass in the evaluation result from a regression model and automatically log all values as key-value pairs

@aslotte aslotte changed the title Add ability to log evaluation result of a regression model Add ability to log metrics of a regression model Jun 3, 2020
@mbrdev
Copy link

mbrdev commented Jul 7, 2020

@aslotte, I'll give this one a go if you want to assign to me.

Edit: Just read through comments on #19 looks like it's probably not needed anymore.

@aslotte
Copy link
Owner Author

aslotte commented Jul 7, 2020

Thanks @mbrdev. It's possible that what we already have to track metrics is sufficient, but it would be awesome if you could have a look and see what we could be missing that's specific for the regression scenario (e.g. just like a ConfusionMatrix is specific for classification)

@Brett-Parker
Copy link
Collaborator

As a part of #186 I was looking to see if there was anything missing on the metrics side. I don't think there is for regression. The current method tracks most metrics well!

@aslotte
Copy link
Owner Author

aslotte commented Oct 3, 2020

Given that we think that we currently captures all values, I'm going to close this issue.

@aslotte aslotte closed this as completed Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants