pa-m / sklearn

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

Gonum imports #3

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

consistently use and import Gonum from its vanity import path "gonum.org/v1/..."

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by <.01%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   63.24%   63.25%   +<.01%     
==========================================
  Files          32       32              
  Lines        3197     3200       +3     
==========================================
+ Hits         2022     2024       +2     
- Misses       1053     1054       +1     
  Partials      122      122
Impacted Files Coverage Δ
linear_model/bayes.go 74.82% <ø> (ø) :arrow_up:
linear_model/logistic.go 54.16% <ø> (ø) :arrow_up:
neighbors/kdtree.go 66.37% <ø> (ø) :arrow_up:
neighbors/regression.go 71.73% <ø> (ø) :arrow_up:
preprocessing/data.go 73.26% <0%> (-0.19%) :arrow_down:
cluster/distance.go 17.14% <100%> (+2.43%) :arrow_up:
neighbors/distance.go 77.14% <100%> (+0.67%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 50446ff...ad2afe8. Read the comment docs.

pa-m commented 6 years ago

Hi Sebastien, Thanks a lot for your PR. Have a nice day