sjwhitworth/golearn
A Go machine learning library implementing classic ML algorithms with a scikit-learn-style interface.

Velocity · 7d
+2.1
★ / day
Trend
→steady
star history
GoLearn is a “batteries included” machine learning library for Go that provides classic ML algorithms, data structures for handling datasets (Instances), and evaluation tools. It implements the scikit-learn Fit/Predict interface and includes helper functions for cross-validation and train/test splitting. The library aims for simplicity paired with customizability in the Go ecosystem.