Skip to content
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

[pyspark] Improve tutorial on enabling GPU support. #8385

Merged
merged 5 commits into from Oct 26, 2022

Conversation

trivialfis
Copy link
Member

  • Quote the databricks doc on how to manage dependencies.
  • Some wording changes.


python -m venv xgboost_env
source xgboost_env/bin/activate
pip install pyarrow pandas venv-pack cudf xgboost
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cudf is installed w/ pip install --extra-index-url=https://pypi.ngc.nvidia.com cudf-cu11

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the review. Fixed along with a link to the install page.

@trivialfis trivialfis mentioned this pull request Oct 25, 2022
5 tasks
doc/tutorials/spark_estimator.rst Outdated Show resolved Hide resolved
doc/tutorials/spark_estimator.rst Outdated Show resolved Hide resolved
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
@trivialfis trivialfis requested a review from hcho3 October 26, 2022 07:41
@trivialfis trivialfis merged commit 7e53189 into dmlc:master Oct 26, 2022
@trivialfis trivialfis deleted the spark-doc branch October 26, 2022 07:45
trivialfis added a commit to trivialfis/xgboost that referenced this pull request Oct 26, 2022
… ci]

- Quote the databricks doc on how to manage dependencies.
- Some wording changes.

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
trivialfis added a commit to trivialfis/xgboost that referenced this pull request Oct 26, 2022
) [skip ci]

- Quote the databricks doc on how to manage dependencies.
- Some wording changes.

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
trivialfis added a commit that referenced this pull request Oct 26, 2022
… [skip ci] (#8391)

- Quote the databricks doc on how to manage dependencies.
- Some wording changes.

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants