Skip to content

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

Notifications You must be signed in to change notification settings

lacayodaniel/walmart-profit-forecast

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages