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_q31.Q31Color
Create plot routine for extractor Q31Color.
Q31Color
Path: feets.extractors.ext_q31.py
Q31_color (Q3 − 1|B − R) Q3 − 1 applied to the difference between both bands of a light curve (B-R). >>> fs = feets.FeatureSpace(only=['Q31_color']) >>> features, values = fs.extract(**lc_normal) >>> dict(zip(features, values)) {'Q31_color': 1.8840489594535512} References
Q31_color (Q3 − 1|B − R)
Q3 − 1 applied to the difference between both bands of a light curve (B-R).
>>> fs = feets.FeatureSpace(only=['Q31_color']) >>> features, values = fs.extract(**lc_normal) >>> dict(zip(features, values)) {'Q31_color': 1.8840489594535512}
The text was updated successfully, but these errors were encountered:
leliel12
martinberoiz
BrunoSanchez
No branches or pull requests
Create plot routine for extractor
Q31Color
.Path: feets.extractors.ext_q31.py
Features
Extractor Documentation
The text was updated successfully, but these errors were encountered: