Wednesday, May 6, 2020

LightGBM Parameters: Everything You Need to Know

I’ve been using lightGBM for a while now. It’s been my go-to algorithm for most tabular data problems. The list of awesome features is long and I suggest that you take a look if you haven’t already. But I was always interested in understanding which parameters have the biggest impact on performance and how I […]

The post LightGBM Parameters: Everything You Need to Know appeared first on neptune.ai.



from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...