1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-09 19:29:30 +08:00
golearn/README.md
2014-01-04 11:12:06 +00:00

233 B

GoLearn

A basic, but useful, machine learning library for Go.

To do:

  • Add more classifiers/regressors - random forests, logistic and linear regression
  • Add useful tools - K fold parameter search
  • Improve error handling