Description Usage Arguments Value Examples
Recommend a meta model for a classification dataset
1 | recommend2(df, response, meta = meta_features, metric = recall)
|
df |
Dataset in tabular form |
response |
The target column of the dataset |
meta_features |
The extracted meta features of various datasets |
recall |
The known recall of the datasets in the meta_features dataframe |
A collection that contains the cleaned dataframe and the recommended algorithm as a string
1 2 3 | out<- recommend2(math_placement, "CourseSuccess")
View(out[[1]])
print(out[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.