ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
44 stars 24 forks source link

Supervised learning example: Census population and LANDSAT #166

Closed PeterDSteinberg closed 6 years ago

PeterDSteinberg commented 7 years ago

This is an example of both datashader and elm. A few things to run this:

dependencies:

gbrener commented 7 years ago

Hey @PeterDSteinberg , I added a script to this PR which pulls down the necessary files from datashader's examples directory to download the data files and environment.yml. It also patches the environment.yml to look like the one you mentioned in the opening comment of this PR.

This should allow us to not need to clone down the datashader repo and copy files back and forth to get the example notebooks running.

gbrener commented 7 years ago

Also added a README for the [elm/examples]() directory, describing instructions on environment setup and configuring the Jupyter server for the example notebooks. This should address 2 out of 3 checkboxes in Issue #175 .

PeterDSteinberg commented 7 years ago

TODO (me):