-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Create statsmodels entry for Python #5670
base: main
Are you sure you want to change the base?
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 @arisdelacruz, thanks for contributing this entry. I have some suggestions, please check the comments and do the required changes. Do let me know if you have any questions.
|
||
# Print the summary of the model | ||
print(results.summary()) | ||
``` |
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.
Add a small explanation as well as the output for the code example to make it easy for the learner to understand.
|
||
# Print the summary of the model | ||
print(results.summary()) | ||
``` |
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.
Add a small explanation as well as the output for the code example to make it easy for learner to understand.
|
||
# Print the summary of the model | ||
print(results.summary()) | ||
``` |
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.
Add a small explanation as well as the output for the code example to make it easy for learner to understand.
# Perform the hypothesis test | ||
t_test = results.t_test([0, 1]) | ||
print(t_test) | ||
``` |
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.
Add a small explanation as well as the output for the code example to make it easy for learner to understand.
|
||
# Plot the heatmap | ||
smg.plot_heatmap(X) | ||
``` |
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.
Add a small explanation as well as the output for the code example to make it easy for learner to understand.
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Co-authored-by: Pragati Verma <itispragativerma@gmail.com>
Description
An attempt to create statsmodels entry for Python
Issue Solved
Closes #5637
Type of Change
Checklist
main
branch.Issues Solved
section.