Skip to content

Updating API reference to include Linear Regression and updating some docstrings #227

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

Merged
merged 9 commits into from
Dec 5, 2019

Conversation

angela97lin
Copy link
Contributor

@angela97lin angela97lin commented Nov 19, 2019

Updating API reference to include Linear Regression, basic updating some docstrings, cleaning up some RTD warnings.

Closes #217

@angela97lin angela97lin self-assigned this Nov 19, 2019
@codecov
Copy link

codecov bot commented Nov 22, 2019

Codecov Report

Merging #227 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #227   +/-   ##
======================================
  Coverage    97.3%   97.3%           
======================================
  Files          95      95           
  Lines        2712    2712           
======================================
  Hits         2639    2639           
  Misses         73      73
Impacted Files Coverage Δ
evalml/pipelines/regression/linear_regression.py 100% <ø> (ø) ⬆️
evalml/pipelines/regression/random_forest.py 100% <ø> (ø) ⬆️
evalml/guardrails/utils.py 96% <ø> (ø) ⬆️
evalml/pipelines/utils.py 100% <ø> (ø) ⬆️
evalml/models/auto_classifier.py 100% <ø> (ø) ⬆️

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 36d3a0e...912478f. Read the comment docs.

Copy link
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

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

Two little things, otherwise LGTM.

@angela97lin angela97lin requested a review from kmax12 November 22, 2019 21:29
kmax12
kmax12 previously approved these changes Dec 5, 2019
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.

LGTM

@angela97lin angela97lin dismissed stale reviews from kmax12 and jeremyliweishih via 5d49444 December 5, 2019 16:30
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.

Add Linear Regression pipeline to docs
3 participants