1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-25 13:48:49 +08:00

Added doc.go for linear_models.

This commit is contained in:
Niclas Jern 2014-07-19 16:16:02 +03:00
parent 3fd2c95bcd
commit e27381b91c

5
linear_models/doc.go Normal file
View File

@ -0,0 +1,5 @@
/*
Package linear_models implements linear
and logistic regression models.
*/
package linear_models