-
Notifications
You must be signed in to change notification settings - Fork 90
Fix dead links #3358
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
Fix dead links #3358
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3358 +/- ##
=====================================
Coverage 99.6% 99.6%
=====================================
Files 329 329
Lines 32229 32229
=====================================
Hits 32099 32099
Misses 130 130 Continue to review full report at Codecov.
|
eccabay
left a comment
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.
LGTM, thanks for taking care of this!
freddyaboulton
left a comment
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.
Thank you @bchen1116 !
| "If you'd like to train one or more pipelines on the entire training data, you can use the `train_pipelines` method.\n", | ||
| "\n", | ||
| "Similarly, if you'd like to score one or more pipelines on a particular dataset, you can use the `train_pipelines`method\n" | ||
| "Similarly, if you'd like to score one or more pipelines on a particular dataset, you can use the `score_pipelines` method.\n" |
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.
Good catch! 👀
Fixing dead links in documentation
Docs here