Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

freymend/avocados

Repository files navigation

Instructions

Library Setup

This project has a variety of dependencies that need to be installed before you main.py can be run.

For conda environments

conda install pandas pickle seaborn plotly scikit-learn matplotlib

For python environments

pip install pandas seaborn pickle plotly scikit-learn matplotlib

Project Structure

Folders

/data is where the datasets used to generate the results in report.md are stored. /output is where plots are output and saved.

Files

main.py is the central file for running all the tasks outlined in report.md.

task_1.py implements task 1 as outlined in report.md

task_2.py implements task 2 outlined in report.md

task_3.py implements task 3 as outlined in report.md

Run Project

After installing libraries, run main.py to generate the plots and results used in report.md. We recommend looking at the plots generated by running main.py for the interactive plotly plots.