xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.1k stars 67 forks source link

ENH: Compatible with scikit-learn 1.3.0 #648

Closed ChengjieLi28 closed 1 year ago

ChengjieLi28 commented 1 year ago

What do these changes do?

Related issue number

Fixes #558

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #648 (b436a52) into main (b98a556) will increase coverage by 0.01%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #648      +/-   ##
==========================================
+ Coverage   93.60%   93.62%   +0.01%     
==========================================
  Files        1024     1024              
  Lines       79432    79444      +12     
  Branches    16475    16476       +1     
==========================================
+ Hits        74353    74377      +24     
+ Misses       3411     3394      -17     
- Partials     1668     1673       +5     
Flag Coverage Δ
unittests 93.51% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...ython/xorbits/_mars/learn/cluster/_k_means_init.py 97.90% <100.00%> (+0.06%) :arrow_up:
python/xorbits/_mars/learn/cluster/_kmeans.py 91.02% <100.00%> (+0.03%) :arrow_up:
python/xorbits/_mars/learn/neighbors/base.py 96.60% <100.00%> (+0.01%) :arrow_up:
python/xorbits/_mars/learn/utils/core.py 100.00% <100.00%> (ø)

... and 10 files with indirect coverage changes