Category "forecasting"

hydrological model of a river basin, forecasting precipitation cumulative 5 days inflow [closed]

Hi guys we are trying to find the best proper model to forecast 5 days inflow cumulative of a river basin. For hydropower puroposes and water

Forecast data with multiple Features seperately in Azure Designer

I am currently predicting values of "type A" in Azure Machine Learning Studio Designer. I am importing a file from azure blob storage and use that file as my pa

Add custom seasonality in fbprophet

I have a dataset with monthly frequency(one record per month). It has two seasonalities in it: 12(monthly) 96(8 years) How do I add these in my fbprophet model

How to find AR,MA,ARIMA.ARMA,SARIMA,SARMA of a time series data in r

library(readxl) export1 <- read_excel("C:/Users/Hazeeb/OneDrive/Desktop/data/export1.xlsx") View(export1) class(export1) #> [1] "tbl_df" "tbl"

Python label encoding : Decision tree classification

Im really new to Python and am trying to run a decision tree model with the below query: from sklearn.metrics import classification_report, confusion_matrix fro

Python - How to use fitted ARIMA model on unseen data

I am using statsmodels.tsa.arima.model.ARIMA to fit an ARIMA model on a timeseries. How can I use this model to make predictions on unseen data? It seems that t