Crop - Recommendation - System 2023
Crop - Recommendation - System 2023
Learning
Maaz Patel
Anagha Rane Vansh Patni
Department of Computer Science
Department of Computer Science Department of Computer Science
Engineering
Engineering Engineering
Devang Patel Institute of Advance
Devang Patel Institute of Advance Devang Patel Institute of Advance
Technology and Research
Technology and Research Technology and Research
Charotar University of Science
Charotar University of Science Charotar University of Science
and Technology (CHARUSAT)
and Technology (CHARUSAT) and Technology (CHARUSAT)
Anand, India
Anand, India Anand, India
[email protected]
[email protected] [email protected]
For the successful application pre-processing is required. The Logistic Regression model is a broadly used
The data which is acquired from different resources are statistical model that, in its basic form, uses a logistic function
sometime in raw form. It may contain some incomplete, to model a binary dependent variable; many more complex
redundant, inconsistent data. Therefore in this step such extensions exist. In Regression Examination, Logistic
redundant data should be filtered. Data should be regression is predicting the parameters of a logistic model; it
normalized [5]. We also use Power BI to remove is a form of Binomial regression [22].
peak/downfall, local min-max, outliers, and junk values.
D. Gaussian Naïve Bayes (GNB)
(3) Feature Extraction:
Gaussian Naive Bayes (GNB) is a classification technique
This step is focus on identifying and using most relevant used in Machine Learning (ML) based on the probabilistic
attribute from the dataset. Through this process irrelevant and approach and Gaussian distribution. Gaussian Naive Bayes
redundant information is removed for the application of assumes that each parameter (also called features or
classifiers [5]. predictors) has an independent capacity of predicting the
output variable. The combination of the prediction for all
(4) Methodology: parameters is the final prediction that returns a probability
of the dependent variable to be classified in each group. The
In this proposed system applied different Machine final classification is assigned to the group with the higher
Learning algorithms like Decision Tree, Support Vector probability.
Machine (SVM), Logistic Regression (LR), and
GaussianNB.