DOC Rework LinearRegression documentation#7218
Merged
rapids-bot[bot] merged 18 commits intorapidsai:mainfrom Dec 1, 2025
Merged
DOC Rework LinearRegression documentation#7218rapids-bot[bot] merged 18 commits intorapidsai:mainfrom
rapids-bot[bot] merged 18 commits intorapidsai:mainfrom
Conversation
Contributor
|
/ok to test 50c19fe |
Contributor
Author
|
Thank you for running the CI! It flagged a whitespace issue, which was caused by me forgetting to run |
Contributor
|
/ok to test 4636bbc |
Contributor
Author
|
If it's not too much trouble, could we re-run the CI for this PR? I believe the Pytest failure related to XGBoost has already been addressed in #7230, but please correct me if I’m mistaken. |
Contributor
|
/ok to test 7fe082f |
Contributor
Author
Contributor
|
/ok to test 8f48cd7 |
Contributor
|
/ok to test 20b3b53 |
Contributor
|
/ok to test 7ca93fa |
Contributor
Author
|
If it's not too much trouble, could we re-run the CI for this PR? |
Contributor
|
@divyegala Please review prior to running tests. |
divyegala
reviewed
Nov 18, 2025
divyegala
approved these changes
Dec 1, 2025
Member
|
/ok to test c7c7d79 |
Member
|
/merge |
Contributor
Author
|
Thank you everyone for your time! 🫡 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
Towards #1447
What does this implement/fix? Explain your changes.
Rework the Linear Regression documentation.
Additionally, adds
cudf,numpy, andsklearnto the Sphinx configuration file to enable cross-library references in the future.Any other comments?
N/A