Skip to content

makes univariate predictions vectors not n x 1 arrays#32

Merged
ablaom merged 2 commits intodevfrom
patch-predict-vector-not-array
Feb 8, 2021
Merged

makes univariate predictions vectors not n x 1 arrays#32
ablaom merged 2 commits intodevfrom
patch-predict-vector-not-array

Conversation

@ablaom
Copy link
Copy Markdown
Member

@ablaom ablaom commented Feb 8, 2021

resolves #31

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #32 (c775275) into dev (ddda45a) will not change coverage.
The diff coverage is 87.50%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #32   +/-   ##
=======================================
  Coverage   91.30%   91.30%           
=======================================
  Files           4        4           
  Lines         299      299           
=======================================
  Hits          273      273           
  Misses         26       26           
Impacted Files Coverage Δ
src/models.jl 89.28% <87.50%> (ø)

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 ddda45a...c775275. Read the comment docs.

@ablaom ablaom merged commit 490db4d into dev Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(univariate) KNNRegressor now predicts n x 1 Matrix instead of Vector

2 participants