| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
LightGBM.Model
Contents
Models
A model to use to make predictions
Arguments
| :: [Param] | Training parameters |
| -> DataSet | Training data |
| -> [DataSet] | Testing data |
| -> IO (Either ErrLog Model) |
Train a new model and persist it to a file.
readModelFile :: FilePath -> IO Model Source #
Persisted models can be loaded up and used for prediction.