You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Predicts ice cream sales based on temperature using Polynomial Regression. The model captures the non-linear relationship between temperature and sales, achieving R² ≈ 0.94 (train) and 0.89 (test). Includes data preprocessing, model training , Evaluation, and interactive results visualization.