feets icon indicating copy to clipboard operation
feets copied to clipboard

feATURE eXTRACTOR FOR tIME sERIES

Results 51 feets issues
Sort by recently updated
recently updated
newest added

Implement [Gramian Angular Summation/Difference Fields](https://arxiv.org/pdf/1506.00327.pdf) and Markov Transition Fields (MTF) as features. These are "image" features. Let me know if this would be a problem.

enhancement

Maybe we could do some feature with the [matrix profile](https://matrixprofile.org)? (Motif/anomaly discovery) This may introduce [stumpy](https://stumpy.readthedocs.io) as a dependency probably so I'm not sure if viable.

enhancement
question

i have installed feets from Pypi and when i used LombScargle extractor astropy raised a deprecation warning : WARNING: AstropyDeprecationWarning: Importing LombScargle from astropy.stats has been deprecated and will no...

Modify the metaclass [´feets.extractors.ExtractorMeta'](https://github.com/quatrope/feets/blob/master/feets/extractors/core.py#L109) metaclass to merge all the plot_feature() method into the extractor class documentation

plot

Create plot routine for extractor ``Signature``. Path: [feets.extractors.ext_signature.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_signature.py) ## Features - SignaturePhMag ## Extractor Documentation

plot

Create plot routine for extractor ``AndersonDarling``. Path: [feets.extractors.ext_anderson_darling.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_anderson_darling.py) ## Features - AndersonDarling ## Extractor Documentation > **AndersonDarling** > > The Anderson-Darling test is a statistical test of whether a given...

plot

Create plot routine for extractor ``StetsonL``. Path: [feets.extractors.ext_stetson.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_stetson.py) ## Features - StetsonL ## Extractor Documentation > These three features are based on the Welch/Stetson variability index *I* (Stetson, 1996) defined...

plot

Create plot routine for extractor ``Skew``. Path: [feets.extractors.ext_skew.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_skew.py) ## Features - Skew ## Extractor Documentation > **Skew** > > The skewness of a sample is defined as follow: > >...

plot

Create plot routine for extractor ``Std``. Path: [feets.extractors.ext_std.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_std.py) ## Features - Std ## Extractor Documentation > **Std** - Standard deviation of the magnitudes > > The standard deviation *σ* of...

plot

Create plot routine for extractor ``LinearTrend``. Path: [feets.extractors.ext_linear_trend.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_linear_trend.py) ## Features - LinearTrend ## Extractor Documentation > **LinearTrend** > > Slope of a linear fit to the light-curve. > > ```...

plot