-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Term Entry] Python statsmodels: OLS #5739
Conversation
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.
Hey @SaviDahegaonkar, everything looks fine a few comment for you to work on, by the way please add the image in the media folder and then push it.
# Show the plot | ||
plt.show() | ||
``` | ||
[Regression plot](https://raw.githubusercontent.com/Codecademy/docs/main/media/ols-model-example.png) |
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.
[Regression plot](https://raw.githubusercontent.com/Codecademy/docs/main/media/ols-model-example.png) | |
[Regression plot](https://raw.githubusercontent.com/Codecademy/docs/main/media/ols-model-example.png) |
# Show the plot | ||
plt.show() | ||
``` | ||
[Regression plot](https://raw.githubusercontent.com/Codecademy/docs/main/media/ols-model-example.png) |
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.
By the way I think you forgot to add this image file in the media folder. Because I can't see it here in the PR can you please add it and push it here?
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.
Hello @dakshdeepHERE , I have added the image in the media folder and made the changes.
Thanks,
Savi
Co-authored-by: Daksha Deep <[email protected]>
Co-authored-by: Daksha Deep <[email protected]>
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 changes Savi, lets merge this :)
👋 @SaviDahegaonkar 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/python/statsmodels/ols Please note it may take a little while for changes to become visible. |
Description
Created a new entry on the
OLS
term under Python.Issue Solved
#5638
Type of Change
Checklist
main
branch.Issues Solved
section.