View source: R/fit_learningcurve.R
fit_learningcurve | R Documentation |
Generate descriptive summary for objects returned by functions in EHRsampling.
fit_learningcurve(df, testX, target = NULL)
df |
data for learning curve fitting; first column is sample size, second column is AUC measurement. |
testX |
test data for prediction |
target |
target MCC/AUC that you want to achieve |
fit_learningcurve()
returns the estimated power law model for the learning curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.