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.

Whether xgboost_requires needs to be changed

See original GitHub issue

I’m sorry if I made a mistake in the place to post.

https://github.com/dask/dask-ml/blob/main/setup.py Currently dask-ml depends on the following OSS when building with xgboost function:

xgboost_requires = ["dask-xgboost", "xgboost"]

https://github.com/dmlc/xgboost/blob/master/python-package/setup.py However currently xgboost owns the dask option. Does xgboost_requires need to be modified?

  • xgboost+dask only or
  • dask-xgboost and xgboost+dask

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
TomAugspurgercommented, Mar 10, 2021

I think we can just remove the xgboost stuff in the setup.py and update the docs at https://ml.dask.org/xgboost.html to use it.

People should just use xgboost.dask, and there’s really no reason to add it under the dask_ml.xgboost namespace.

1reaction
jakirkhamcommented, Mar 23, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

decision trees - Is it necessary to normalize data for XGBoost?
Your rationale is indeed correct: decision trees do not require normalization of their inputs; and since XGBoost is essentially an ensemble ...
Read more >
How to Control Your XGBoost Model | Capital One
XGBoost is a powerful gradient boosting tool for machine learning models, learn how pruning, regularization, and early stopping can help ...
Read more >
XGBoost: Order Does Matter. | by Bitya Neuhof | Medium
Running XGBoost with default parameters and no parallel computing yields a completely deterministic set of trees. If you change the value of the ......
Read more >
When to NOT use XGBoost? | Data Science and ... - Kaggle
Hi @ jessicali9530! I think the main limitation to using XGBoost is overfitting on small samples. Also, when you have a lot of...
Read more >
XGBoost: Everything You Need to Know - Neptune.ai
Finally, if you see that your hyperparameter tuning is still having minimal impact try to switch to more simpler regression methods like Linear,...
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