Skip to content

Latest commit

 

History

History

lightgbm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

From 官方文档

  • simple_example.py

    • Construct Dataset
    • Basic train and predict
    • Eval during training
    • Early stopping
    • Save model to file
  • sklearn_example.py

    • Basic train and predict with sklearn interface
    • Feature importances with sklearn interface