We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feets.extractors.ext_max_slope.MaxSlope
Create plot routine for extractor MaxSlope.
MaxSlope
Path: feets.extractors.ext_max_slope.py
MaxSlope Maximum absolute magnitude slope between two consecutive observations. Examining successive (time-sorted) magnitudes, the maximal first difference (value of delta magnitude over delta time) >>> fs = feets.FeatureSpace(only=['MaxSlope']) >>> features, values = fs.extract(**lc_normal) >>> dict(zip(features, values)) {'MaxSlope': 5.4943105823904741} References
Maximum absolute magnitude slope between two consecutive observations.
Examining successive (time-sorted) magnitudes, the maximal first difference (value of delta magnitude over delta time)
>>> fs = feets.FeatureSpace(only=['MaxSlope']) >>> features, values = fs.extract(**lc_normal) >>> dict(zip(features, values)) {'MaxSlope': 5.4943105823904741}
The text was updated successfully, but these errors were encountered:
leliel12
martinberoiz
BrunoSanchez
No branches or pull requests
Create plot routine for extractor
MaxSlope
.Path: feets.extractors.ext_max_slope.py
Features
Extractor Documentation
The text was updated successfully, but these errors were encountered: