Skip to content

d1ndra/cmpe255_group1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining code module

Install using pip install git+https://github.com/d1ndra/cmpe255_group1.git

Usage:

from cmpe255gp1.kmeans import KMeans
X = df #some dataframe
model = KMeans(n_clusters=3, max_iter=30)
model.fit(X)

About

Module for cmpe 255 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages