darshan-analytics / data-mining

CS 535

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Mining Assignment 1

DARSHAN RAMCHANDRA DESAI [B00816526]: CS 535 Introduction to Data Mining (Section 2)

Installation

Use the package manager pip to install the following packages.

python -m pip install numpy
python -m pip install matplotlib
python -m pip install pandas
python -m pip install statsmodels
python -m pip install sklearn

for python3 use the following commands

python3 -m pip install numpy
python3 -m pip install matplotlib
python3 -m pip install pandas
python3 -m pip install statsmodels
python3 -m pip install sklearn
python3 -m pip install scipy

Usage

Compile the code by using the following command

python3 assignment.py

About

CS 535


Languages

Language:Python 100.0%