Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 680 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 680 Bytes

walmart-profit-forecast

A project from my python class during my sophomore year. Utilizes matplotlib and sklearn to predict profit at Walmart locations from city population.

Files

MachineLearningAssignment.pdf is the assignment from my professor.
ProjectReport.pdf is my assignment submission.

Set-up and Installation

This project utilizes pipenv, the package manager. Open a terminal in the project directory and..

  1. Install pipenv pip install pipenv
  2. Start a virtual environment specific to this project pipenv shell
  3. Install all packages from pipfile to the virtual environment pipenv install

Type python Walmart.py to execute the program.