recommend2: recommend2

Description Usage Arguments Value Examples

View source: R/recommend.R

Description

Recommend a meta model for a classification dataset

Usage

1
recommend2(df, response, meta = meta_features, metric = recall)

Arguments

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

Value

A collection that contains the cleaned dataframe and the recommended algorithm as a string

Examples

1
2
3
out<- recommend2(math_placement, "CourseSuccess")
View(out[[1]])
print(out[[2]])

clarencew0083/recSystem documentation built on March 19, 2020, 11:52 p.m.