ibis-ml icon indicating copy to clipboard operation
ibis-ml copied to clipboard

fix(utils): remove redundant column in train_test_split()

Open jitingxu1 opened this issue 1 year ago • 2 comments
trafficstars

remove redundant column in train_test_split() add tests for columns

jitingxu1 avatar Aug 16 '24 15:08 jitingxu1

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.94%. Comparing base (f0263b9) to head (3ef8ef8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   84.93%   84.94%   +0.01%     
==========================================
  Files          26       26              
  Lines        1918     1920       +2     
==========================================
+ Hits         1629     1631       +2     
  Misses        289      289              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Aug 16 '24 15:08 codecov-commenter

the quartodoc error is an upstream issue: https://github.com/machow/quartodoc/issues/357

jitingxu1 avatar Aug 16 '24 16:08 jitingxu1