-
Notifications
You must be signed in to change notification settings - Fork 904
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 catboost
to the third-party integration tests
#17267
base: branch-24.12
Are you sure you want to change the base?
Conversation
@@ -37,6 +37,7 @@ jobs: | |||
- unit-tests-cudf-pandas | |||
- pandas-tests | |||
- pandas-tests-diff | |||
- third-party-integration-tests-cudf-pandas |
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.
Ignore the CI changes. I added them to show the third-party integration tests were passing. I'll delete them once this PR is approved.
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.
Sorry for the ping
- scikit-learn | ||
- pip | ||
- pip: | ||
- catboost |
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.
Do we need to install this via pip? Appears catboost is on conda forge https://catboost.ai/en/docs/installation/python-installation-method-conda-install
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.
Please use conda if possible.
Description
Closes #15397
Checklist