Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 27, 2021 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/53c1bc9e57d07c3cfd3f90f40fecb813 to your computer and use it in GitHub Desktop.
Save amankharwal/53c1bc9e57d07c3cfd3f90f40fecb813 to your computer and use it in GitHub Desktop.
# Use pip install lightgbm to install it on your system
import lightgbm as ltb
model = ltb.LGBMRegressor()
model.fit(xtrain, ytrain)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment