Ashish Patel
Ashish Patel
This is the error i am getting. I am not able to find GSerializeRecordBatch in any library/ code @tahashmi main.o: In function `create_plasma_object': /home/patelasx/new/bwa/main.c:110: undefined reference to `GSerializeRecordBatch' /home/patelasx/new/bwa/main.c:133: undefined...
I am not able to PCA optimization using scikit-learn-intelex. **To Reproduce** python=3.9.0, scikit-learn-intelex=2024.3.0, scikit-learn=1.4.2 and numpy=1.26.4 ``` export SKLEARNEX_VERBOSE=INFO ``` ```bash from sklearn import datasets, decomposition import numpy as np...
This pull request accelerates t-SNE using the scikit-learn-intelex library, resulting in approximately a 10x runtime improvement for the t-SNE implementation in the package for the given example below. The experiment...
Hi, We are submitting PR for speed up of the _get_mean_var function. | | Time(sec)| | -----------| ----- | | Original | 18.49 | | Updated | 3.97 | |...
- [ ] Closes # - [ ] Tests included or not required because: - [ ] Release notes not necessary because: Hi, We are submitting PR for speed up...