Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:19 +08:00
commit d595b82716
11 changed files with 557 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for feature-engineering-toolkit skill
- [ ] feature_engineering_template.ipynb: A Jupyter Notebook template for feature engineering, providing a structured framework for Claude to follow.
- [ ] example_dataset.csv: A sample dataset that Claude can use to test and demonstrate feature engineering techniques.
- [ ] configuration_template.yaml: A YAML template for configuring the feature engineering pipeline, allowing users to customize the process.