├── .gitignore ├── LICENSE ├── README.md ├── code ├── PredictingENSO.ipynb ├── ann_ozone_joshuatree_metrics.ipynb ├── predictline_withuncertainty.ipynb ├── rf_ozone_joshuatree.ipynb └── sinewave.ipynb └── slidedeck_AppliedMachineLearning_forEarthScientists.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/README.md -------------------------------------------------------------------------------- /code/PredictingENSO.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/code/PredictingENSO.ipynb -------------------------------------------------------------------------------- /code/ann_ozone_joshuatree_metrics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/code/ann_ozone_joshuatree_metrics.ipynb -------------------------------------------------------------------------------- /code/predictline_withuncertainty.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/code/predictline_withuncertainty.ipynb -------------------------------------------------------------------------------- /code/rf_ozone_joshuatree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/code/rf_ozone_joshuatree.ipynb -------------------------------------------------------------------------------- /code/sinewave.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/code/sinewave.ipynb -------------------------------------------------------------------------------- /slidedeck_AppliedMachineLearning_forEarthScientists.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eabarnes1010/ml_tutorial_csu/HEAD/slidedeck_AppliedMachineLearning_forEarthScientists.pdf --------------------------------------------------------------------------------