| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
LightGBM.Internal.CommandLineWrapper
- run :: FilePath -> [Param] -> [PredictionParam] -> [CommandLineParam] -> IO (Either ErrLog OutLog)
Documentation
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