Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

SOLVING ONION MARKET INSTABILITY BY FORECASTING

THE PRICE OF AN ONION USING MACHINE LEARNING APPROACH

1) Technical aspects :

The project is based on forecasting the onion price using Machine learning approaches
Here we use different types of machine learning techniques like KNN,NN,Decision tree,
Naive bayes and SVM with ARIMA model.

 In this project we use python language which is easy understandable and code
optimization language and rich in libraries so, we use python language for the
project.
 We use Django framework which is highly used for creating a web framework
where forecasting of the future onion price can be predicted and provides database
(sqlite).
 For data pre-processing we use pandas library and for numeric computation we use
numpy library
 To Find accuracy we use machine learning algorithms like KNN ,NN,Naive bayes ,
Decision Tree and SVM.
 we use ARIMA technique for statistical calculations to forecast the future value.

3)Limitations :

 User should have some knowledge about the project to understand the Technical
view or to access the analysis.
 Risk factors are high which means if any climate changes occur then the change in
price will occur so the forecast ed price may differ.
 User cannot access the server or data until admin activates the user.
 The project may take more time to execute all algorithms it may consume some
time.

You might also like