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

Fixes to nldas_soil_moisture_ml.py and related scripts #236

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
55959a5
cross validation of MLDataset Pipeline
Oct 24, 2017
396f9aa
changes with CV sampling
Oct 26, 2017
33bac56
changes to cv_cache
Oct 26, 2017
b422e68
closer to working cross validation for MLDataset
Oct 26, 2017
d45d4e1
CV / xarray experimentation - work in progress
Oct 31, 2017
92054c9
MLDataset cross validation working for pipeline of 1 step that is uns…
Nov 1, 2017
35450c1
wrapped sklearn classes need to wrap score methods as fit, predict, o…
Nov 1, 2017
f86a079
update tests;fix cross validation with most data structures
Nov 3, 2017
5cf646f
a couple tests for Python 2.7
Nov 3, 2017
744109a
avoid dask-searchcv test in conda.recipe;add test_config.yml to MANIF…
Nov 3, 2017
1e7bec8
remove print statement
Nov 3, 2017
83437f5
ensure test_config.yaml included in pkg
Nov 3, 2017
de9efd0
remove elm.mldataset.cross_validation - modify environment.yml for el…
Nov 3, 2017
6267041
fix usage of is_arr utility to separate X, y tuple
Nov 3, 2017
66013e6
1850 passing tests
Nov 4, 2017
a91caf6
dask-searchcv in meta.yaml
Nov 4, 2017
e9b5d85
use elm/label/dev and elm for CI installs
Nov 4, 2017
f6ef7c8
change earthio version for fixing CI build
Nov 4, 2017
948efe5
ensure EARTHIO_CHANNEL_STR is set correctly in .travis.yml
Nov 6, 2017
edbe1f5
ensure ANACONDA_UPLOAD_USER is defined in .travis for pkg upload
Nov 6, 2017
6304e37
change order of channels to ensure dask-searchcv comes from elm
Nov 6, 2017
8a6d46f
subset the number of tests being run in CI
Nov 6, 2017
21a18d9
better diagnostics on upload failure in CI
Nov 6, 2017
8ad7b4c
remove earthio from CI
Nov 6, 2017
9a1734d
be sure to create env from elm's conda build output
Nov 6, 2017
dc47f65
remove diagnostic print from deploy section
Nov 6, 2017
00ea1be
refactor to simplify changes in dask-searchcv
Nov 8, 2017
7d81830
fix pep8 issues
Nov 8, 2017
cca7b36
move some of dask-searchcv PR 61 changes to Elm
Nov 8, 2017
5018e3e
add cross_validation.py - remove commented code
Nov 8, 2017
acdf244
remove extra whitespace
Nov 8, 2017
431b1aa
changes to avoid needing changes in dask-searchcv
Nov 9, 2017
3f78207
space between functions
Nov 9, 2017
589762c
changes for dask-searchcv PR 65 refit changes
Nov 30, 2017
7be6c74
get rid of unicode literals
Dec 2, 2017
82547dd
Merge branch 'fix_data_expl_notebook' of https://github.com/Continuum…
Dec 2, 2017
8111b40
merge Greg's changes and PR 228
Dec 2, 2017
0b4681a
move Elm-Earthio-NLDAS commit 88047abc80684d0ea0c9d831b7887da082b69c84
Dec 2, 2017
3d2e64e
fixes for reading forcing data and ML ideas in NLDAS notebooks
Dec 2, 2017
e8b1299
fixes related to function signatures in py 2.7
Dec 2, 2017
7596431
updates for Python 2.7 - fixes to NLDAS scripts
Dec 6, 2017
56360e0
resolve merge conflicts
Dec 6, 2017
c6669fe
get changes to notebook from PR 232 228
Dec 6, 2017
f6a8338
py2.7 fixes
Dec 7, 2017
17ad50c
fixes to NLDAS examples
Dec 7, 2017
264af45
nldas example fixes
Dec 7, 2017
d759ee7
fixes to soil readers
Dec 7, 2017
8526313
fixes to nldas example
Dec 7, 2017
3d28a30
fixes to soil phys,chem data
Dec 7, 2017
ad7c1b4
fixes to nldas example with soil physical data
Dec 8, 2017
8405d41
fixes to nldas examples with soil moisture ML
Dec 9, 2017
4dbd4a5
fixes to nldas examples with soil moisture ML
Dec 9, 2017
d42b36b
commit just to test out Travis CI config
Dec 12, 2017
3301542
agu poster
Dec 18, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change earthio version for fixing CI build
Peter Steinberg committed Nov 4, 2017
commit f6ef7c82d6b51a9c22be28f71d4e4da5e568c28f
2 changes: 1 addition & 1 deletion build_elm_env.sh
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ else

# Create $EARTHIO_TEST_ENV
conda env remove -n $EARTHIO_TEST_ENV || true
conda create -n $EARTHIO_TEST_ENV $EARTHIO_CHANNEL_STR -c elm -y python=$PYTHON numpy=$NUMPY earthio
conda create -n $EARTHIO_TEST_ENV $EARTHIO_CHANNEL_STR -c elm -c elm/label/dev -y python=$PYTHON numpy=$NUMPY earthio

# Add earthio package to index
mkdir -p ~/miniconda/conda-bld/linux-64/