Rambatino / CHAID

A python implementation of the common CHAID algorithm
Apache License 2.0
150 stars 50 forks source link

Fix one numpy deprecated function (in1d -> isin) #140

Closed jihaekor closed 1 month ago

jihaekor commented 2 months ago
codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 93.29%. Comparing base (1b90ff4) to head (ac8da7f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ======================================= Coverage 93.29% 93.29% ======================================= Files 8 8 Lines 671 671 ======================================= Hits 626 626 Misses 45 45 ```

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

jihaekor commented 2 months ago

@Rambatino Do you mind taking a quick look at this when you have a chance? Thank you!

Rambatino commented 1 month ago

Sorry for the late response, yes all good! 👍

jihaekor commented 1 month ago

Sorry for the late response, yes all good! 👍

No worries - and thank you!