recommend: recommend

Description Usage Arguments Value Examples

View source: R/recommend.R

Description

Recommend a meta model for a classification dataset. Dataset is selected using dialog

Usage

1
recommend(meta = meta_features, metric = recall)

Arguments

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<- recommend()
View(out[[1]])
print(out[[2]])

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