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

docstrings in elm.pipeline #94

Closed PeterDSteinberg closed 7 years ago

PeterDSteinberg commented 7 years ago

Add docstrings. Also simplify a few function signatures and remove some dead code found during docs.

PeterDSteinberg commented 7 years ago

The latest commit adds examples of fit_ensemble, fit_ea and predict_many. There is still a lot of old material in here to work through.

To build the docs in this PR, do:

cd docs
source activate elm-env
pip install recommonmark sphinx sphinx_rtd_theme numpydoc
make html

View the ./build files with file:// protocol in browser