question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use LightGBM with Katib?

See original GitHub issue

/kind feature

Describe the solution you’d like I want to use LightGBM with Katib and found this yaml file and merged PR.
Can you tell me how to run LightGBM jobs with this yaml?

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]


Love this feature? Give it a 👍 We prioritize the features with the most 👍

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
johnugeorgecommented, Aug 17, 2022

I didn’t get your question. This example shows how to run distributed lightbm(of example) with XGboost operator.

If you are not using distributed version, you can just use Kubernetes Job to run your container as in https://github.com/kubeflow/katib/blob/master/examples/v1beta1/hp-tuning/random.yaml#L51

0reactions
r-matsuzakacommented, Aug 17, 2022

Thank you very much, I understood. Excuse me, I misunderstood. I will check the Docker image and python file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

katib/xgboostjob-lightgbm.yaml at master · kubeflow ... - GitHub
katib /examples/v1beta1/kubeflow-training-operator/xgboostjob-lightgbm.yaml · Go to file T · Go to line L · Copy path · Copy permalink.
Read more >
Understanding LightGBM Parameters (and How to Tune Them)
Binning is a technique for representing data in a discrete view(histogram). Lightgbm uses a histogram based algorithm to find the optimal split ...
Read more >
Set Up a Katib Job — Rok 2.0 documentation
To create and configure a Katib job for hyperparameter tuning, ... Open the Kale Deployment Panel and ensure that both Kale and Katib...
Read more >
kubeflowkatib/xgboost-lightgbm - Docker Image
docker pull kubeflowkatib/xgboost-lightgbm ... cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.
Read more >
The Kubeflow 1.3 software release streamlines ML workflows ...
The Katib UI is integrated with the central dashboard and ... TorchServe predict and PyTorch Captum Explain; PMMLServer, PR 1141; LightGBM ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found