recreateAndRunModelWithSelectedFeatures: Given a model, will detect the significant features and rerun...

Description Usage Arguments

Description

Given a model, will detect the significant features and rerun the show the model performance statistics like AUC, ROC, confusion matrix and more

Usage

1
2
recreateAndRunModelWithSelectedFeatures(model, modelfun, trainDataSet,
  testDataSet)

Arguments

model

: the model to be evaluated

modelfun

: the function to apply to create model

trainDataSet

: the dataset with features used for training the model

testDataSet:

the dataset with features used for testing the model


eellpp/textutils documentation built on May 16, 2019, 12:12 a.m.