-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
Ubuntu 20.04.3 LTS
- **Modin version** (`modin.__version__`):
0.11.1+15.g01a5de2
- **Python version**…
-
```
python -m pyserini.search --topics dpr-nq-test \
--index wikipedia-dpr \
--output runs/run.dpr.nq-test.bm25.trec
```
After I typed this…
-
I am facing this issue when trying to open Jupyter notebook from Anaconda. I tried searching for a resolution but nothing has worked so far. The issue appeared when I executed this code to update Anac…
-
```python
import numpy as np, numba_dppy as dppy
@dppy.kernel
def copy_2d(dst, src, m):
i = dppy.get_global_id(0)
q = i // m
i0 = i - q * m
i1 = q
dst[i0, i1] = src[i0, i1]…
-
Below is the code I wrote :
```python
from sklearnex import patch_sklearn
patch_sklearn(global_patch=True)
import sklearn
```
I installed `sklearnex` in my conda environment by typing `cond…
-
Hi team.
Always I Run a example i receive the same problem:
C:\ProgramData\Anaconda3\lib\site-packages\xlrd\__init__.py in open_workbook(filename, logfile, verbosity, use_mmap, file_contents, en…
-
Hi" Im using the latest version of unicorn binance websocket api, and it crashes every 2 minutes.
CRITICAL ubwa, BinaceWebSocketApiManager.stream_is_crashing...
I'm pointing to Binace futures.
CR…
-
Hi,
I have installed the latest version of intel-aikit (2021.1.1) on an Ubuntu 20.04 64-bit LTS.
Even the simplest use case with setting the environment variables once for a shell (as described in…
-
Hi,
I am running a list of regression models and I am getting the following:
Traceback (most recent call last):
File "/home/XXXXXX/iowa_housing_functions1.py", line 293, in
col_num=columns_…
-
**Describe the bug**
ridgeParameters has no effect in distributed Ridge Regression
See also: https://github.com/intel/scikit-learn-intelex/discussions/620
I also reproduced this with C++ interf…
xwu99 updated
3 years ago