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

Update linear_regression.go

Removing merge conflict.
This commit is contained in:
Stephen Whitworth 2014-05-06 23:13:02 +01:00
parent d069d68d05
commit 9f3d9eaa64

View File

@ -1,12 +1 @@
package lm
<<<<<<< HEAD
import base "golearn/base"
type LinearModel struct {
base.BaseEstimator
=======
type LinearModel struct {
// base.BaseRegressor
>>>>>>> 798751c839ea79f6dff13e790f80a4d5bcbfea68
}