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

added EdgeListVectorizer #88

Merged
merged 5 commits into from Feb 4, 2022
Merged

added EdgeListVectorizer #88

merged 5 commits into from Feb 4, 2022

Conversation

jc-healy
Copy link
Collaborator

Added a new class for vectorizing data in the form of row_name, column_name, count triples.
Added some unit tests.
Documentation and an expanded functionality to come at a later date.

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2022

Codecov Report

Merging #88 (629938a) into master (4f0b6ae) will decrease coverage by 0.14%.
The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   91.00%   90.86%   -0.15%     
==========================================
  Files          26       28       +2     
  Lines        4404     4499      +95     
==========================================
+ Hits         4008     4088      +80     
- Misses        396      411      +15     
Impacted Files Coverage Δ
vectorizers/_vectorizers.py 83.58% <ø> (ø)
vectorizers/edge_list_vectorizer.py 77.61% <77.61%> (ø)
vectorizers/__init__.py 100.00% <100.00%> (ø)
vectorizers/tests/test_edge_list_vectorizer.py 100.00% <100.00%> (ø)

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 4f0b6ae...629938a. Read the comment docs.

@cjweir cjweir merged commit 2f44a18 into TutteInstitute:master Feb 4, 2022
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

4 participants