TutteInstitute / vectorizers

Vectorizers for a range of different data types
BSD 3-Clause "New" or "Revised" License
93 stars 23 forks source link

CategoricalColumnTransformer documentation #70

Closed jc-healy closed 3 years ago

jc-healy commented 3 years ago

I added a notebook documenting using the CategoricalColumnTransformer on some Health Canada adverse drug effects reporting data.

lmcinnes commented 3 years ago

This looks awesome -- a lot of detail, but also a great worked example exercising a number of the tools.

codecov-commenter commented 3 years ago

Codecov Report

Merging #70 (f48ad86) into master (90eae3f) will increase coverage by 0.38%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   89.52%   89.90%   +0.38%     
==========================================
  Files          19       19              
  Lines        3237     3498     +261     
  Branches      613      658      +45     
==========================================
+ Hits         2898     3145     +247     
- Misses        289      298       +9     
- Partials       50       55       +5     
Impacted Files Coverage Δ
vectorizers/__init__.py 100.00% <0.00%> (ø)
vectorizers/token_cooccurrence_vectorizer.py 88.99% <0.00%> (ø)
vectorizers/tests/test_common.py 99.82% <0.00%> (+<0.01%) :arrow_up:
vectorizers/linear_optimal_transport.py 90.65% <0.00%> (+2.06%) :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 90eae3f...f48ad86. Read the comment docs.