-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train LightGBM with CRITEO on Databricks #556
Comments
First pass at this based on the code above is available here. The fit() calls for both the model and cv seem unstable - some times they succeed and sometimes they don't. Hopefully this helps - I need to work on a couple of other things tomorrow and will come back to this later this week. (likely running out of memory) |
@jreynolds01 what is your cluster configuration? did you make sure to disable dynamic allocation? |
done in #680 |
Hi everyone, I am trying to run the lightGBMClassifier with my own dataset but I am always facing this error: java.net.ConnectException: Connection refused (Connection refused). I have described very well my issue here : https://github.com/Azure/mmlspark/issues/609 |
Hi @emnajaoua, let's track this issue in a single place. I think mmlspark is the right place for the discussion. I will add comments there. |
Description
Train LightGBM with CRITEO on Databricks
Other Comments
Mockup code:
The text was updated successfully, but these errors were encountered: