-
Notifications
You must be signed in to change notification settings - Fork 202
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
add lightgbm demo #492
add lightgbm demo #492
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome @partrita Thank you!
Left a few small requests.
He @partrita This looks good, could you also commit the updated the |
Ok, I just commited. Thanks! |
Sorry, I forgot to run start CI on your PR. You should be able to test this locally with |
pixi global install pre-commit
pre-commit install //in project folder
git add .
git commit -m ""
git push Thanks! |
I just made simple code for ML.
Thanks in advance.