| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
LightGBM.Internal.CLIParameters
- data CommandLineParam
- data ModelConvParam
- data ModelLang = CPP
- data TaskType
- = Train
- | Predict
- | ConvertModel [ModelConvParam]
- | Refit
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 |
Instances
data ModelConvParam Source #
Model Conversion parameters
Constructors
| ConvertModelLanguage ModelLang | |
| ConvertModelOutput FilePath |
Instances