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

Need to provide a "skip model" or "skip sample" functionality #62

Open PeterDSteinberg opened 8 years ago

PeterDSteinberg commented 8 years ago

In the process of semi-random sample formation from file iterators, it happens that one may select a file unsuitable for learning. There are currently ways of filtering files on metadata and file name, but if all or some of the sample_pipeline has to be run in order to determine whether to skip the sample, then we have no system of dealing with this.

PeterDSteinberg commented 7 years ago

Converting this to a documentation issue: