sktime-tsfresh
CommunityTime series to tabular features
Authortondevrel
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill transforms raw time series data into tabular features, making it suitable for classical machine learning models, and automates feature extraction and selection to prevent data leakage.
Core Features & Use Cases
- Automated Feature Extraction: Leverages
tsfreshto extract a wide array of statistical and spectral features from time series. - Pipeline Integration: Seamlessly integrates
tsfreshintosktimepipelines, ensuring feature extraction happens only on training data during cross-validation. - Feature Relevance Selection: Uses the FRESH algorithm to filter out non-informative features, reducing dimensionality and improving model interpretability.
- Use Case: When building a time series classification model, use this skill to convert multiple sensor readings (time series) into a set of relevant features for a
RandomForestClassifier.
Quick Start
Use the sktime-tsfresh skill to create a pipeline that extracts efficient tsfresh features and trains a RandomForestClassifier on the provided time series data X and labels y.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sktime-tsfresh Download link: https://github.com/tondevrel/scientific-agent-skills/archive/main.zip#sktime-tsfresh Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.