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

Continued updates to API reference in documentation #689

Merged
merged 29 commits into from
Apr 22, 2020

Conversation

angela97lin
Copy link
Contributor

  • Updates API reference with some missing pieces:

    • CatBoostClassifier / CatBoostRegressor
    • XGBoostRegressor
  • Updates docstrings on pipeline classes

  • Updates subtitles of objectives to include the word "objectives"

@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #689 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #689   +/-   ##
=======================================
  Coverage   99.09%   99.09%           
=======================================
  Files         139      139           
  Lines        4953     4954    +1     
=======================================
+ Hits         4908     4909    +1     
  Misses         45       45           
Impacted Files Coverage Δ
evalml/pipelines/binary_classification_pipeline.py 100.00% <ø> (ø)
evalml/pipelines/classification/xgboost_binary.py 100.00% <ø> (ø)
evalml/pipelines/classification_pipeline.py 100.00% <ø> (ø)
...ml/pipelines/multiclass_classification_pipeline.py 100.00% <ø> (ø)
evalml/pipelines/regression_pipeline.py 100.00% <ø> (ø)
evalml/pipelines/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3b2c42...12f01d0. Read the comment docs.

@angela97lin angela97lin marked this pull request as ready for review April 22, 2020 14:59
@angela97lin angela97lin requested a review from kmax12 April 22, 2020 14:59
@angela97lin angela97lin requested a review from dsherry April 22, 2020 14:59
Copy link
Contributor

@kmax12 kmax12 left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Contributor

@dsherry dsherry left a comment

Choose a reason for hiding this comment

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

Awesome! Left one request: to add ClassificationPipeline to API docs

@angela97lin angela97lin merged commit f49e03c into master Apr 22, 2020
@dsherry dsherry deleted the 569_categorize_components branch October 29, 2020 23:48
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.

3 participants