pa-m / sklearn

bits of sklearn ported to Go #golang
MIT License
345 stars 38 forks source link

gonum API change: undefined optimize.Local #4

Closed muka closed 6 years ago

muka commented 6 years ago

As of 2704973b509448cfd217eeb036d9db869c80b837 in gonum the optimize.Local function has been removed.

This cause the library to fail building

github.com/pa-m/sklearn/linear_model/Base.go:243:15: undefined: optimize.Local