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:
parent
d069d68d05
commit
9f3d9eaa64
@ -1,12 +1 @@
|
||||
package lm
|
||||
|
||||
<<<<<<< HEAD
|
||||
import base "golearn/base"
|
||||
|
||||
type LinearModel struct {
|
||||
base.BaseEstimator
|
||||
=======
|
||||
type LinearModel struct {
|
||||
// base.BaseRegressor
|
||||
>>>>>>> 798751c839ea79f6dff13e790f80a4d5bcbfea68
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user