ogrisel / pygbm

Experimental Gradient Boosting Machines in Python with numba.
MIT License
183 stars 32 forks source link

All the examples require lightgbm #72

Closed amueller closed 5 years ago

amueller commented 5 years ago

I tried to run the examples but they all install lightgbm which is not a requirement. Maybe make them optional?

amueller commented 5 years ago

oh actually you're importing it in utils: pygbm/utils.py