damellis / ESP

The Example-based Sensor Predictions (ESP) system applies machine learning to real-time sensor data.
BSD 3-Clause "New" or "Revised" License
224 stars 52 forks source link

Labeling plots at all stages in the pipeline. #338

Open damellis opened 8 years ago

damellis commented 8 years ago

e.g. labels for the final features passed to the classifier, as well as the intermediate pre-processing and feature extraction stages.

damellis commented 8 years ago

This will require an API for the example author to provide names for the features at each stage of the pipeline, which could probably be per-dimension or refer to all dimensions at a given stage in the pipeline.