A project from my python class during my sophomore year. Utilizes matplotlib and sklearn to predict profit at Walmart locations from city population.
MachineLearningAssignment.pdf
is the assignment from my professor.
ProjectReport.pdf
is my assignment submission.
This project utilizes pipenv
, the package manager. Open a terminal in the project directory and..
- Install pipenv
pip install pipenv
- Start a virtual environment specific to this project
pipenv shell
- Install all packages from pipfile to the virtual environment
pipenv install
Type python Walmart.py
to execute the program.