Add Cosine and Correlation Distance Support to Scikit-learn-intelex#2657
Add Cosine and Correlation Distance Support to Scikit-learn-intelex#2657richardnorth3 wants to merge 2 commits intouxlfoundation:mainfrom
Conversation
Signed-off-by: richard.north.iii <rnorthii@smtp.intel.com>
Signed-off-by: richard.north.iii <rnorthii@smtp.intel.com>
|
I think this is supposed to first go through preview, like covariance currently is, but waiting for comments from @icfaust about whether there'd be any issue with putting it there. |
You are absolutely right, though so far the PR does not include any sklearnex public interfaces to the added onedal pybind11 pairwise distances calculations. |
But it does include them as a metric type for nearest neighbors. |
|
@richardnorth3 what is the status of this development? |
Description
Adds Python bindings for the cosine and correlation distance algorithms in scikit-learn-intelex, enabling users to compute cosine and correlation based pairwise distances with oneDAL.
PR completeness and readability
Testing