From 8e84e762de7fb1bca58f174cd5eca1c1d23da02f Mon Sep 17 00:00:00 2001 From: psmsong Date: Mon, 10 Jun 2024 09:42:05 -0700 Subject: [PATCH] add argopy to env --- README.md | 6 +++--- environment.yml | 7 +------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 73e9cfb..8426af3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ... ") diff --git a/environment.yml b/environment.yml index 7294fac..e6793c7 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - numpy - scipy - # Data packages + # Data packages - pandas - xarray - jupyter @@ -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