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

Remove the installs / imports of attrs in favor of params #174

Open PeterDSteinberg opened 7 years ago

PeterDSteinberg commented 7 years ago

I just got a package dependency related conda install failure in Python 3.6 related to the attrs package, a package we are using as kind of a NamedTuple idea. I'm not sure what the attrs install difficulty was, but we can simplify things by making param do what attrs is doing now. earthio is going to use param, so most users will have it installed anyway, but we still should add param to the elm conda package meta.yaml.

PeterDSteinberg commented 7 years ago

@gbrener - Assigned this to you. This is a lower priority task but self contained and do-able at any point.

PeterDSteinberg commented 6 years ago

I'm handling this for elm in PR #192. I'm made separate issue for earthio - #29