fit_learningcurve {planningML} | 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.