FeatureSebyAuto: Title Automating the Feature Selection and benchmark...

View source: R/PepFeatureSelect.R

FeatureSebyAutoR Documentation

Title Automating the Feature Selection and benchmark judgement

Description

Title Automating the Feature Selection and benchmark judgement

Usage

FeatureSebyAuto(
  dataset = MLtestData,
  target = "judge",
  taskid = "FeatureSebyAuto",
  filtermethodlrn = "classif.rpart",
  nevals = 20,
  fselector = "random_search"
)

Arguments

dataset

A dataframe of Machine Learing test dataset

target

A character of column name in dataset

taskid

A character of taskid

filtermethodlrn

A filter selection by which lrn

nevals

A number of nevals

fselector

A character of fselector


yujijun/neoantigenML documentation built on March 20, 2022, 11:59 p.m.