Description Usage Arguments Value Examples
Gives the scoring metrics of LinearRegression or LogisticRegression.
1 | baseline_fun(X, y, type = "regression")
|
X |
The features of the training set |
y |
The target of the training set |
type |
What kind of supervised machine learning to use, regression or classification |
The list of the result of 5-fold cross validation for the chosen model.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.