This document discusses forecasting weather in Boston using historical weather station data from 2008 to the present. ARIMA modeling is used to forecast future weather based on past trends and seasonal patterns in the data. Variables like temperature, dew point, humidity, visibility and precipitation are identified and their (p,d,q) parameters determined. A regression model is built to forecast weather events based on these independent variables. The trained model will then be used to generate a 10-day weather forecast.