Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.45 KB

Avocado Price - Linear regression


  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

1. Installation

  • Python versions 3.*.
  • Python Libraries:
    • Pandas.
    • Scikit-learn.
    • numpy.
    • matplotlib.
    • seaborn.

2. Project Motivation

The aim of this project is to use the available Avocado dataset to answer the following four questions:

  1. Which region are the lowest and highest prices of Avocado?
  2. What is the highest region of avocado production?
  3. What is the average avocado prices in each year?
  4. What is the average avocado volume in each year?

3. File Descriptions

There are one notebook available here to showcase work related to the above questions.

4. Results

The main findings of the code can be found at the post available here.

5. Licensing, Authors, and Acknowledgements

Must give credit to the Hass Avocado Board for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available here. Otherwise, feel free to use the code here as you would like!