Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:54 +08:00
commit 420f38b4ad
10 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for regression-analysis-tool skill
- [ ] regression_metrics.md: Detailed explanation of regression metrics (R-squared, MSE, RMSE, MAE) and their interpretation.
- [ ] regression_model_selection.md: Guide on selecting the appropriate regression model (linear, polynomial, etc.) based on the data characteristics.
- [ ] data_preprocessing.md: Best practices for data preprocessing steps like handling missing values, outlier detection, and feature scaling.