Skip to content

Commit

Permalink
add argopy to env
Browse files Browse the repository at this point in the history
  • Loading branch information
song-sangmin committed Jun 10, 2024
1 parent 57f2407 commit 8e84e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This Project Pythia Cookbook covers two objectives:

1. Accessing publicly available, quality-controlled [Biogeochemical-Argo](https://biogeochemical-argo.org/) ocean observations using [Argopy](https://argopy.readthedocs.io/en/latest/index.html)
1. Accessing publicly available, quality-controlled [Biogeochemical-Argo](https://biogeochemical-argo.org/) ocean observations
2. Demonstrating uses of [scikit-learn](https://scikit-learn.org/), a powerful and accessible Python package for machine learning.


Expand Down Expand Up @@ -36,11 +36,11 @@ This cookbook is broken up into __ sections:
2. Applying scikit-learn to prepare data for machine learning
3. Using sckikit-learn to develop regression models (e.g. RFR, XGBoost)

### Section 1 ( Replace with the title of this section, e.g. "Foundations" )
### Section 1: Accessing BGC-Argo ( Replace with the title of this section, e.g. "Foundations" )

(Add content for this section, e.g., "The foundational content includes ... ")

### Section 2 ( Replace with the title of this section, e.g. "Example workflows" )
### Section 2: Scikit-learn ( Replace with the title of this section, e.g. "Example workflows" )

(Add content for this section, e.g., "Example workflows include ... ")

Expand Down
7 changes: 1 addition & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- numpy
- scipy

# Data packages
# Data packages
- pandas
- xarray
- jupyter
Expand All @@ -22,16 +22,11 @@ dependencies:

# Images
- cmocean
# - geoviews
# - holoviews=1.14.2
# - panel=0.11.1
# - hvplot=0.7.1
- plotly
- matplotlib
- seaborn
- haversine
- geopandas
# - ipykernel
- pygam
- cartopy
- imageio
Expand Down

0 comments on commit 8e84e76

Please sign in to comment.