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 23 forks source link

LabelBinarizer not in working condition #116

Open PeterDSteinberg opened 7 years ago

PeterDSteinberg commented 7 years ago

We have not handled the case where y data need to run through the transformer, so this method is currently broken.

PeterDSteinberg commented 7 years ago

Same issue with LabelEncoder

PeterDSteinberg commented 7 years ago

and steps.MultiLabelBinarizer

PeterDSteinberg commented 7 years ago

The comments above were made as I was testing out each sklearn.preprocessing class informally. We should systematically test each sklearn.preprocessing classes shown in the API docs here

Note this code will probably be done in earthio - earthio.filters. See #149 which discusses the transition of elm.sample_util to earthio.filters