Fix cost benefit matrix doc formatting#2990
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2990 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 307 307
Lines 29265 29265
=====================================
Hits 29174 29174
Misses 91 91 Continue to review full report at Codecov.
|
chukarsten
approved these changes
Oct 29, 2021
chukarsten
left a comment
Contributor
There was a problem hiding this comment.
Thanks Angela! This makes me wonder if we need to do a periodic/quarterly full docs read through story just to make sure that everything's good.
| "cell_type": "markdown", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "In this example, let's say that correctly identifying customers who will churn (true positive case) will give us a net profit of \\$400, because it allows us to intervene, incentivize the customer to stay, and sign a new contract. Incorrectly classifying customers who were not going to churn as customers who will churn (false positive case) will cost \\$100 to represent the marketing and effort used to try to retain the user. Not identifying customers who will churn (false negative case) will cost us \\$200 to represent the lost in revenue from losing a customer. Finally, correctly identifying customers who will not churn (true negative case) will not cost us anything (\\$0), as nothing needs to be done for that customer." |
Contributor
freddyaboulton
approved these changes
Oct 29, 2021
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #2988
Docs here: https://feature-labs-inc-evalml--2990.com.readthedocs.build/en/2990/demos/cost_benefit_matrix.html
Docs on main: https://evalml.alteryx.com/en/stable/demos/cost_benefit_matrix.html
On this branch:

On main:
