build_model: This is an internal function that builds the classifier model

Description Usage Arguments

Description

This is an internal function that builds the classifier model

Usage

1
build_model(classifier, train, ...)

Arguments

classifier

a string, takes the name of the classifier.Currently supported classifiers are 'rf' - Random forest 'lrm' - Logistic regression 'CART' - Classification tree 'knn' - K-Nearest Neighbors

train

a dataframe. Contains the train dataset

...

optional additional arguements for the classifer


rgopikrishnan91/DiscNoise documentation built on May 6, 2019, 6:59 p.m.