Skip to content

darshandesai96/data-mining

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages