feets
feets copied to clipboard
Create plot routine for extractor ``feets.extractors.ext_pair_slope_trend.PairSlopeTrend``
Create plot routine for extractor PairSlopeTrend
.
Path: feets.extractors.ext_pair_slope_trend.py
Features
- PairSlopeTrend
Extractor Documentation
PairSlopeTrend
Considering the last 30 (time-sorted) measurements of source magnitude, the fraction of increasing first differences minus the fraction of decreasing first differences.
>>> fs = feets.FeatureSpace(only=['PairSlopeTrend']) >>> features, values = fs.extract(**lc_normal) >>> dict(zip(features, values)) {'PairSlopeTrend': -0.16666666666666666}
References