StevenChen8759 / 2021_DataMining_Project_02

Data Mining Project for Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2021_DataMining_Project_02

Data Mining Project for Classification

Report Link

https://hackmd.io/@StevenHHChen/DM2021_Project2_Steven

Running This Repo

  1. Clone this project to your Ubuntu environment (e.g. Ubuntu 20.04LTS, WSL-Ubuntu 20.04)
$ git clone ...
  1. Ensure that you have already installed Python 3.7 or higher version in your envioronment.
$ python -V
  1. Install pipenv via pip
$ pip install pipenv
  1. Run make command below to obtain the output.
$ make init
...
$ make run
...

About

Data Mining Project for Classification


Languages

Language:Python 98.8%Language:Makefile 1.2%