ContinuumIO / elm

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

Make improvements to elm examples (with datashader, bokeh-geo, etc) #175

Closed PeterDSteinberg closed 7 years ago

PeterDSteinberg commented 7 years ago

It would be nice to make use of the example datasets of datashader and its system for downloading those. Some examples with elm could benefit from using the U.S. census data and other data sets. We may also be able to leverage bokeh-geo, either by replacing it with an example, or using it in conjunction with elm.

TODO:

gbrener commented 7 years ago

Ok, I assume that we'll want to add the documentation to https://github.com/ContinuumIO/elm/blob/master/docs/source/examples.rst? Marking as "ready" to work on.

PeterDSteinberg commented 7 years ago

examples.rst sounds like a good place for the new docs, @gbrener .

PeterDSteinberg commented 7 years ago

Related to this issue, I need to finish and merge #166 when datashader regridding /resampling options are merged. That notebook in #166 was held up by some unclarity / deficiencies I found in the scoring of supervised models.

gbrener commented 7 years ago

@PeterDSteinberg , PR https://github.com/bokeh/datashader/pull/375 is now merged, however after a conversation with @jbednar we may want to be careful with the cvs.raster() API with respect to the upsample_method and downsample_method keyword arguments. These are very likely to change within the next day or two, including the philosophy of how these parameters are specified (the alternative will likely involve a settings-style object based on the param library, but it hasn't been decided yet).

gbrener commented 7 years ago

@PeterDSteinberg I marked the first two items as "done" now that we have a README and script in [elm/examples]() directory with PR #166 .

gbrener commented 7 years ago

Closing issue, since all 3 boxes are checked.