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

[WIP] Improve wrapped sklearn class repr - simplify cross val for Dataset / MLDataset #228

Open PeterDSteinberg opened 6 years ago

PeterDSteinberg commented 6 years ago
PeterDSteinberg commented 6 years ago

@gbrener - In this PR, there are new modules in elm.pipeline.steps that map to sklearn subpackages, e.g an elm.pipeline.steps.linear_model module that has a LinearRegression wrapped for MLDataset. Here's an example of AffinityPropagration wrapped. A design question: