8000 GitHub - vly/go-datamining: Basic collection of data mining algorithms implemented in Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vly/go-datamining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data mining with Go

A collection of algorithms for data processing in Go.

Recommendations

Basic implementation of recommendation algorithms in Golang.

For testing, I am using GroupLens Research's MovieLens dataset from http://grouplens.org/datasets/movielens/ (...Thanks guys!). Please consult their terms of use if you wish to use this set for commercial purposes.

Algorithms included:

  • Euclidean distance
  • Pearson correlation

Classification

Algorithms included:

  • ZeroR
  • OneR (missing discretisation of numeric values)
  • c4.5 / j48

About

Basic collection of data mining algorithms implemented in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0