-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Cannot select accuracy as target metric #1614
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
Comments
Hi @daholste, for some reason that eludes me, Accuracy is not one of the metrics supported for That said, this is an experimental feature in ML.NET that is not officially supported or documented, and we do not plan on working on this before v1.0. In fact, I'm told that much of |
Hey! Unfortunately, I do not think that list of supported metrics may work. When I type 'AccuracyMicro', it still crashes? |
AccuracyMacro and AccuracyMicro are specific to the Multi-class classification domain. They will not work with Binary classification trainers. |
Good to know, thanks Najeeb! |
Closing: |
System information
Issue
Cannot select 'Accuracy' as target metric
Ran MML command line:
dotnet MML.dll execgraph "C:\Benchmarking\automl_graph.json
Contents of automl_.graph.json:
What happened?
An exception was thrown (below)
What did you expect?
A successful run
Source code / logs
--- Command line args ---
dotnet MML.dll execgraph C:\Benchmarking\automl_graph.json
--- Exception message ---
The text was updated successfully, but these errors were encountered: