File tree 6 files changed +5
-5
lines changed
6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- regression
1
+ regression v2
2
2
=======
3
3
[ ![ License] [ license-image ]] [ license-url ]
4
4
@@ -13,7 +13,7 @@ Multivariable Linear Regression in Go (golang)
13
13
installation
14
14
------------
15
15
16
- $ go get github.com/anyappinc/regression
16
+ $ go get github.com/anyappinc/regression/v2
17
17
18
18
example usage
19
19
-------------
@@ -26,7 +26,7 @@ package main
26
26
import (
27
27
" fmt"
28
28
29
- " github.com/anyappinc/regression"
29
+ " github.com/anyappinc/regression/v2 "
30
30
)
31
31
32
32
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/anyappinc/regression
1
+ module github.com/anyappinc/regression/v2
2
2
3
3
go 1.14
4
4
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
"math"
6
6
"strconv"
7
7
8
- "github.com/anyappinc/regression/logger"
8
+ "github.com/anyappinc/regression/v2/ logger"
9
9
"gonum.org/v1/gonum/mat"
10
10
"gonum.org/v1/gonum/stat"
11
11
"gonum.org/v1/gonum/stat/distuv"
You can’t perform that action at this time.
0 commit comments