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 accuracy as an objective #559

Closed
wants to merge 6 commits into from
Closed

Conversation

angela97lin
Copy link
Contributor

Closes #294 after #373 is merged by adding Accuracy as a standard metric.

@angela97lin angela97lin changed the base branch from master to 373_objective_classes April 1, 2020 16:11
@angela97lin angela97lin changed the title Add accuracy as an objective [WIP] Add accuracy as an objective Apr 1, 2020
@codecov
Copy link

codecov bot commented Apr 1, 2020

Codecov Report

Merging #559 into 373_objective_classes will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                  Coverage Diff                   @@
##           373_objective_classes     #559   +/-   ##
======================================================
  Coverage                  98.77%   98.77%           
======================================================
  Files                        127      127           
  Lines                       4553     4559    +6     
======================================================
+ Hits                        4497     4503    +6     
  Misses                        56       56           
Impacted Files Coverage Δ
evalml/objectives/__init__.py 100.00% <ø> (ø)
evalml/objectives/utils.py 94.44% <ø> (ø)
evalml/objectives/standard_metrics.py 99.50% <100.00%> (+0.01%) ⬆️
evalml/tests/objective_tests/test_objectives.py 96.29% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f16327...fe2ef20. Read the comment docs.

@angela97lin angela97lin self-assigned this Apr 1, 2020
@angela97lin angela97lin changed the title [WIP] Add accuracy as an objective Add accuracy as an objective Apr 6, 2020
@angela97lin angela97lin changed the base branch from 373_objective_classes to improved_objectives April 6, 2020 18:16
@angela97lin angela97lin changed the base branch from improved_objectives to 373_objective_classes April 6, 2020 19:10
@angela97lin angela97lin closed this Apr 6, 2020
@angela97lin angela97lin deleted the 294_accuracy branch November 2, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a classification accuracy objective
1 participant