takuti / Recommendation.jl

Building recommender systems in Julia
https://takuti.github.io/Recommendation.jl/latest/
MIT License
48 stars 10 forks source link

Support onehot encoding for categorical features #36

Closed takuti closed 2 years ago

takuti commented 2 years ago

Resolve #23

codecov-commenter commented 2 years ago

Codecov Report

Merging #36 (aaa6186) into master (4cede5a) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   97.89%   97.96%   +0.07%     
==========================================
  Files          22       23       +1     
  Lines         522      541      +19     
==========================================
+ Hits          511      530      +19     
  Misses         11       11              
Impacted Files Coverage Δ
src/utils.jl 100.00% <100.00%> (ø)
src/Recommendation.jl 100.00% <0.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 4cede5a...aaa6186. Read the comment docs.