HaskellGBM-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

LightGBM.Internal.CLIParameters

Synopsis

Documentation

data CommandLineParam Source #

Parameters restricted to the CLI

Constructors

ConfigFile FilePath

Path to config file

Task TaskType

Task to perform (train, predict, etc.)

Header Bool

True if the input data has a header

data TaskType Source #

Constructors

Train

Training

Predict

Prediction

ConvertModel [ModelConvParam]

Conversion into an if-then-else format

Refit

Refitting existing models with new data