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
This project analyzes daily Covid-19 data for Indian states using SARIMAX models. It preprocesses data, checks stationarity, applies differencing, analyzes autocorrelation, selects SARIMAX parameters, conducts diagnostics, and forecasts cases. Dynamic forecasting's impact is limited.
Shell_App is an integrated data analysis and modeling platform, featuring scripts for EDA, ensemble techniques, LightGBM, and SARIMAX modeling. Designed for comprehensive data processing, the repository also includes deployment capabilities via Streamlit for interactive model interactions.
This project delves into the world of craft beer, analyzing and forecasting monthly beer production trends. It utilizes various time series analysis techniques to uncover patterns and predict future production levels.
This project aims to analyze and forecast the total funding amounts of startups using various regression and time series modeling techniques. Initially, we preprocess the dataset, which includes features such as funding amounts, company size, and number of funding rounds. The data is then scaled and split into training and testing sets.
Time Series Analysis of Airline Passenger Data, In this time series forecasting, taking data from kaggle site and applying ARIMA and SARIMAX model to evaluate seasional trends of passenger travelling via airlines.
To develop a robust climate change forecasting model using SARIMAX to predict temperature fluctuations, aiming to improve forecast accuracy by minimizing prediction errors.
This project uses time series forecasting to predict future milk production. The data used in this project is monthly milk production data from January 1962 to December 1975. The ARIMA (autoregressive integrated moving average) model is used to forecast the milk production. The model is evaluated using various metric.