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.

Improve the search space of XGBoost example.

See original GitHub issue

Motivation

From following resources, the search space of examples/xgboost_simple.py seems not to be practical.

Description

Improve the search space of examples/xgboost_simple.py.

Additional context (optional)

I once opened #1574, but I’m not familiar with XGBoost very much. So I closed my pull request and opened this issue.

I think this ticket is good for first-time contributor.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hvycommented, Feb 4, 2021

Sure, I think you can. It’s been assigned but it’s also been open for a while now. 👍

0reactions
hvycommented, May 6, 2021

Let me close this issue as fixed by #2346.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Binary Classification: XGBoost Hyperparameter Tuning ...
XGBoost or eXtreme Gradient Boosting is one of the most widely used ... the total search space and possibly increase the AUC score...
Read more >
A Guide on XGBoost hyperparameters tuning - Kaggle
1. Initialize domain space. The domain space is the input values over which we want to search. · 2. Define objective function. The...
Read more >
Tune XGBoost Performance With Learning Curves
Running the example fits the XGBoost model, retrieves the calculated metrics, and plots learning curves. First, the model performance is ...
Read more >
Hyperparameter Tuning For XGBoost - Medium
The search space includes the hyperparameters, and their values grid search builds models for. We had three hyperparameters for grid search in this...
Read more >
Boosting your Machine Learning Models Using XGBoost
There are other techniques such as Grid Search that you can use to improve your machine learning model. Grid Search works by doing...
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