garyhlusko

Results 2 issues of garyhlusko

When running the example from IRIS `go run main.go` I get the follow error ```~\src\github.com\sjwhitworth\golearn\knn\knn.go:10:2: cannot find package "github.com/gonum/matrix" in any of: c:\go\src\github.com\gonum\matrix (from $GOROOT) ~\go\src\github.com\gonum\matrix (from $GOPATH) ``` I...

Hi, I had some difficulty integrating django and pony. I did awrite up on it. I'd appreciate any feedback. I think I had an issue with using __tables__. I'm assuming...