Skip to content

Update linear_regression.ipynb #4

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gumdropsteve
Copy link
Member

@gumdropsteve gumdropsteve commented Aug 14, 2020

  • Fix Matplotlib plots (resolves Matplotlib viz of Simple & Multiple LR #6)
    • CuPy import no longer necessary (remove install as well)
    • SLR plot ValueError: object __array__ method not producing an array (.tolist() should fix)
    • MLR plot (.to_array() or .to_pandas() should fix)
  • Remove noise & reformat

@gumdropsteve gumdropsteve added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Aug 14, 2020
@gumdropsteve gumdropsteve self-assigned this Aug 14, 2020
@gumdropsteve gumdropsteve removed the bug Something isn't working label Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Matplotlib viz of Simple & Multiple LR
1 participant