Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed collection of sparse vectors #297

Merged
merged 3 commits into from
Nov 22, 2020

Conversation

behrica
Copy link
Contributor

@behrica behrica commented Nov 22, 2020

No description provided.

@codecov-io
Copy link

codecov-io commented Nov 22, 2020

Codecov Report

Merging #297 (35291c3) into develop (d0bc4e7) will not change coverage.
The diff coverage is 100.000%.

Impacted file tree graph

@@             Coverage Diff             @@
##            develop       #297   +/-   ##
===========================================
  Coverage   100.000%   100.000%           
===========================================
  Files            36         36           
  Lines          3065       3069    +4     
===========================================
+ Hits           3065       3069    +4     
Impacted Files Coverage Δ
src/clojure/zero_one/geni/interop.clj 100.000% <100.000%> (ø)

(map #(get-in % [:features :indices]) (g/collect (libsvm-df))) => (map #(get-in % [:features :indices]) (g/collect read-df))
(map #(get-in % [:features :values]) (g/collect (libsvm-df))) => (map #(get-in % [:features :values]) (g/collect read-df))

;; (map :indices (g/collect (libsvm-df))) => (map :indices (g/collect read-df))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete?

@anthony-khong
Copy link
Member

Hi @behrica, this looks good. Just some minor comment, which I'm happy to change myself :) Thank you very much for the PR. I'll merge it as soon as the pipeline finishes!

@anthony-khong anthony-khong merged commit 482c4b9 into zero-one-group:develop Nov 22, 2020
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.

None yet

3 participants