1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00
2014-07-19 16:16:02 +03:00

6 lines
100 B
Go

/*
Package linear_models implements linear
and logistic regression models.
*/
package linear_models