scikit-learn-intelex icon indicating copy to clipboard operation
scikit-learn-intelex copied to clipboard

KMeans out of preview namespace

Open md-shafiul-alam opened this issue 1 year ago • 6 comments
trafficstars

md-shafiul-alam avatar Jan 04 '24 14:01 md-shafiul-alam

/intelci: run

md-shafiul-alam avatar Jan 17 '24 09:01 md-shafiul-alam

Before we merge this, I want to merge master into this branch and rerun CI, not just resolve conflicts. I will review this once it is brought up to date. I've been monkeying around with sklearnex CI a fair bit since the last commit, and want to see how it performs.

icfaust avatar Feb 20 '24 20:02 icfaust

/intelci: run

icfaust avatar Feb 21 '24 08:02 icfaust

First task will get a green public CI, second step will be to comment out all kmeans-related deselected tests (including GPU) and see what we can reactivate

Note, I will delay this because there are some changes which need to be made first, and this will be useless at the moment.

icfaust avatar Feb 21 '24 09:02 icfaust

I am glad that the BaseKMeans object has been removed, its really unnecessary. There is a lot of work to be done, it may be good to reference the current version of KMeans in preview to match n_jobs changes etc. There is some work that needs to be done before this is pulled out of preview. @md-shafiul-alam please message me if you have any questions.

icfaust avatar Feb 21 '24 10:02 icfaust

The PR is relying on daal4py still, last commit as evidence, likely due to the daal_check_version. This needs to be sorted out first. This can change test coverage and performance, and will likely need be retested/re-benchmarked.

icfaust avatar Feb 21 '24 11:02 icfaust

Moved the changes to https://github.com/intel/scikit-learn-intelex/pull/1770

md-shafiul-alam avatar Mar 22 '24 09:03 md-shafiul-alam