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

require statsmodel #25

Merged
merged 1 commit into from
Apr 5, 2024
Merged

require statsmodel #25

merged 1 commit into from
Apr 5, 2024

Conversation

turbomam
Copy link
Member

@turbomam turbomam commented Apr 5, 2024

closes #26

For block 8 of bioscales_biogeochemical_metadata/python/bioscales.ipynb:

# Look at potassium vs. ph
fig = px.scatter(df, x="potassium", y="ph", trendline = "ols")
fig.show()

@turbomam turbomam requested a review from brynnz22 April 5, 2024 15:37
Copy link
Contributor

@brynnz22 brynnz22 left a comment

Choose a reason for hiding this comment

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

Thanks!

@brynnz22 brynnz22 merged commit 65d7754 into main Apr 5, 2024
@brynnz22 brynnz22 deleted the require-statsmodel branch April 5, 2024 21:24
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.

statsmodels required for bioscales.ipynb
2 participants