Skip to content

This project is my personal project about predict fertilizer demand using ARIMA Algorithm. I predicted data with Python program using Google Colab. I also created Data Visualisation withto get some insight from the dataset that can used for arrange their next strategic planning.

Notifications You must be signed in to change notification settings

Putriarrum/Predict-Fertilizer-Demand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Predict Fertilizer Demand





📂 Conclusion

The instability in fertilizer demand by farmers in Sragen and Karanganyar from January 2022 to April 2024 has caused fluctuations in supply at the Dwi Putri retailer, ranging from 3 to 5 tons. This issue arises from the retailer not predicting ZA fertilizer demand using historical sales data to determine actual values and errors. Using the ARIMA algorithm, predictions were made by testing data stationarity (order d) and identifying the model by determining the number of lags, order p, order q, and forming the ARIMA model. The model's error levels were evaluated using RMSE. Based on the nlags formula, 32.06 was obtained from 1,606 data preparations, represented in the ACF plot, resulting in order p values of 12, 24, 4, 19, and 10. In the PACF plot, order q values of 4, 12, 1, 24, and 2 were identified. Overall, ARIMA models formed from orders p, d, and q produced 25 successful models. The best model was ARIMA (10, 0, 4) with an RMSE of 0.823334. Based on this evaluation, the predicted fertilizer demand from May 2024 to July 2025 was 43,236 kg, indicating a decline. This prediction shows a 29.63% decrease in demand for 2024 period.

About

This project is my personal project about predict fertilizer demand using ARIMA Algorithm. I predicted data with Python program using Google Colab. I also created Data Visualisation withto get some insight from the dataset that can used for arrange their next strategic planning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published