Bob Hancock

Results 7 issues of Bob Hancock

Sublime Text Version: 3.2.1 Ubuntu 18.04.2 LTS GoSublimer.sublime-settings: { "env": { "GOPATH": "/home/rwh/go", "GOROOT": "/usr/local/go" }, "fmt_cmd": ["goimports"], } /home/rwh/go/bin is in the $PATH > which goimports /home/rwh/go/bin/goimports goimports runs...

Cmd Line: kernprof -v ./simply.py.lprof Some of the report is displayed and then this staacktrace below. I inserted a pdb.set_trace() in kernprof.py and the filename is correct and the file...

Validate the input data before processing and issue an error that describes the problem with steps to correct it.

P2

‘gaussrandom’: generate k centroids from a Gaussian with mean and variance estimated from the data. ‘uniform’: generate k observations from the data from a uniform distribution defined by the data...