Skip to content

Data mining to predict whether a baseball player will end up in Hall Of Fame.

Notifications You must be signed in to change notification settings

zliu1020-zz/Data-mining

Repository files navigation

Getting Started

Prerequisites

  • Python3
  • numpy v1.16.2
  • pandas v0.24.2
  • pydot v1.4.1
  • scikit_learn v0.20.3

Check default Python version

  • Install Python3 by following this article.
  • Check if your system has installed Python3 and what version it is by typing python --version
  • If the default version is at least v3, use python and pip in the following guidelines
  • Otherwise, if the default version is v2, use python3 and pip3

Note: The following sections assume the default python version is at least v3

Installing using requirements.txt

  1. Install relevant dependencies by running pip install -r requirements.txt.

  2. If any command above fails, refer to the Installing Manually section below.

Installing Manually

  1. Install numpy by typing pip install numpy. Refer to this guide if the above command fails.

  2. Install pandas by typing pip install tabulate. Refer to this guide if the above command fails.

  3. Install pydot by typing pip install pydot. Refer to this guide if the above command fails.

  4. Install scikit_learn by typing pip install scikit_learn. Refer to this guide if the above command fails.

Run

Launch the application by using the following command:

python main.py

About

Data mining to predict whether a baseball player will end up in Hall Of Fame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages