ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
96 stars 13 forks source link

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

Closed jitingxu1 closed 3 months ago

jitingxu1 commented 3 months ago

remove redundant column in train_test_split() add tests for columns

codecov-commenter commented 3 months ago

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 ```diff @@ 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.

jitingxu1 commented 3 months ago

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