Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 478 Bytes

File metadata and controls

15 lines (11 loc) · 478 Bytes

AetherForecast Engine

A generic regression engine for predicting a continuous target variable from structured tabular data using feature engineering and ensemble methods.

Features

  • Clean, modular Python codebase following best practices
  • Full data preprocessing pipeline
  • Multiple regression models with evaluation
  • Trained Random Forest model persisted with Joblib
  • Easy to extend or retrain on new datasets

Installation

pip install -r requirements.txt