1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-25 13:48:49 +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