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 support for classification_report #2733

Open
hekaisheng opened this issue Feb 21, 2022 · 2 comments · May be fixed by #3364
Open

Add support for classification_report #2733

hekaisheng opened this issue Feb 21, 2022 · 2 comments · May be fixed by #3364
Projects

Comments

@hekaisheng
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Implements classification_report for classification metrics.(https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html)

@hekaisheng hekaisheng added this to To do in Learn via automation Feb 21, 2022
@hekaisheng hekaisheng added the good first issue Good for newcomers label Feb 21, 2022
@GaneshSingh757
Copy link

Hi. I would like to work on this feature, can you please give me a little more detail?....Do we need to add a new script inside "mars/mars/metrics/" that generates the classification report?

@tsabbir96
Copy link

tsabbir96 commented May 3, 2023

@hekaisheng Hi, Can I continue to this issue if that's okay?

As far as I understood the requirements are something like this:

  • Implement a function that can generate reports for the major classification metrics.

My questions:

  • Should I assume that this function should be kept in this directory: mars/mars/metrcs? Or should I create a backend just like prometheus or console for this ?

@chaitanya-kolliboyina chaitanya-kolliboyina linked a pull request Jan 2, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Learn
  
To do
Development

Successfully merging a pull request may close this issue.

3 participants