fit_stats | R Documentation |
Test the fit of a model on a train and test set.
fit_stats(model, df_train, df_test)
fitstats(model, df_train, df_test)
model |
An |
df_train |
A data frame with the training data. |
df_test |
A data frame with the test data. |
A data frame with the fit statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.