Files
2025-11-29 18:51:54 +08:00

506 B

Scripts

Bundled resources for regression-analysis-tool skill

  • validate_data.py: Script to validate the input dataset for regression analysis, checking for missing values, outliers, and data type consistency.
  • generate_model.py: Script to automatically generate and train regression models based on the input data and specified parameters.
  • evaluate_model.py: Script to evaluate the performance of the trained regression model using metrics like R-squared, Mean Squared Error (MSE), etc.