Skip to content

Commit

Permalink
Merge pull request #797 from Varunshiyam/Fixes-#796
Browse files Browse the repository at this point in the history
Fixes #796 Avocado Price Prediction with Machine Learning Models
  • Loading branch information
UppuluriKalyani authored Nov 7, 2024
2 parents 2385343 + 1e25ce5 commit 903045d
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Prediction Models/Avocado_Prediction/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Avocado Price Prediction with Machine Learning Models

This project predicts the average price of avocados across different regions in the United States using various machine learning models, including a Keras-based Artificial Neural Network (ANN). Data preprocessing and exploratory data analysis (EDA) are employed to uncover trends and improve model performance.

## Project Structure

- **Data Preprocessing**: Data loading, cleaning, and encoding of categorical variables.
- **Exploratory Data Analysis (EDA)**: Visualization of trends and outliers using seaborn and matplotlib.
- **Model Training**: Implementation of multiple models (KNN, SVC, Decision Tree, ANN).
- **Evaluation**: Comparing model performance and tuning hyperparameters for optimal results.

## Models Used

1. **K-Nearest Neighbors (KNN)**
2. **Support Vector Classifier (SVC)**
3. **Decision Tree Classifier**
4. **Artificial Neural Network (ANN)** - Developed using Keras for deep learning.

## Dependencies

- Python 3.x
- Pandas
- Numpy
- Matplotlib
- Seaborn
- Scikit-learn
- Keras (TensorFlow backend)
Loading

0 comments on commit 903045d

Please sign in to comment.