-
Notifications
You must be signed in to change notification settings - Fork 292
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] documentation for pipelines and steps #329
Conversation
Codecov Report
@@ Coverage Diff @@
## development #329 +/- ##
===============================================
- Coverage 82.01% 81.79% -0.23%
===============================================
Files 152 152
Lines 8674 8677 +3
Branches 1325 1325
===============================================
- Hits 7114 7097 -17
- Misses 1093 1113 +20
Partials 467 467
Continue to review full report at Codecov.
|
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.
Thanks for the PR.
Your changes look mostly good to me.
@@ -23,4 +23,48 @@ Regression | |||
|
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.
What is this file for? I mean how I should read this doc?
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.
So this file basically contains the API documentation for AutoPyTorch. If you would like to take a look, you can make the docs locally on your laptop and then browse the HTML.
You need to do
pip install -e .[doc,examples]
cd docs
make html
Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
Addresses #327