-
Notifications
You must be signed in to change notification settings - Fork 47
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
Decisions required to reach a minimum viable product #44
Comments
Here are my thoughts:
@gwaygenomics, @yl565, @stephenshank: do you agree? |
Can you clarify what you mean by number 3?
Like AUROC? |
By "span thresholds" I'm referring to any measure computed from predicted probabilities/scores, such as AUROC or AUPRC. By "single classification threshold", I'm referring to any measure computed from predicted classes, such as precision, recall, accuracy, or F1 score. |
got it. Then yes, this all looks good to me |
+1 |
Sounds good! |
We're nearing the point where we'll need to implement a machine learning module to execute user queries. We're looking to create a minimum viable product. We can expand functionality later, but for now let's focus on the simplest and most succinct implementation. There are several decisions to make:
So let's work out these choices, with a focus on simplicity.
The text was updated successfully, but these errors were encountered: