1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-03 22:17:14 +08:00
golearn/lm/linear_regression.go

6 lines
63 B
Go

package lm
type LinearModel struct {
// base.BaseRegressor
}