feets
feets copied to clipboard
Create plot routine for extractor ``feets.extractors.ext_percent_amplitude.PercentAmplitude``
Create plot routine for extractor PercentAmplitude
.
Path: feets.extractors.ext_percent_amplitude.py
Features
- PercentAmplitude
Extractor Documentation
PercentAmplitude
Largest percentage difference between either the max or min magnitude and the median.
>>> fs = feets.FeatureSpace(only=['PercentAmplitude']) >>> features, values = fs.extract(**lc_normal) >>> dict(zip(features, values)) {'PercentAmplitude': -168.991253993057}
References