package lm import ( "fmt" mat "github.com/skelterjohn/go.matrix" base "golearn/base" util "golearn/utilities" "math" ) type LinearModel struct { base.BaseRegressor }