HaskellGBM-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

LightGBM.Internal.CommandLineWrapper

Synopsis

Documentation

run Source #

Arguments

:: FilePath

The path to the lightgbm executable

-> [Param]

A list of parameters to override defaults

-> [PredictionParam]

a list of prediction-only parameters

-> [CommandLineParam]

A list of command-line specific parameters

-> IO (Either ErrLog OutLog) 

Run the LightGBM executable with appropriate parameters