Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 320 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 320 Bytes

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