-
Could you reproduce the following issue after the installation of oneAPI ? Thanks
~/daal4py/examples/sycl$ python covariance_batch.py
Traceback (most recent call last):
File "covariance_batch.…
-
## 🐛 Bug
In windows 10, I cannot use napari in python. The error message is
"Could not load the Qt platform plugin "windows" in "" even though it was found."
**_When I run it in jupyter notebo…
-
@tremblap reports
> so. I've pip'd schema after updating conda and I still get an error this time probably to do with versions that do not update for the platform
```
FAILED: _deps/flucoma-…
-
This feedstock https://github.com/conda-forge/mcalf-feedstock/pulls
got PRs
https://github.com/conda-forge/mcalf-feedstock/pull/2
https://github.com/conda-forge/mcalf-feedstock/pull/1
both …
-
The `dpnp.dparray` implementation needs changes to support bi-directional zero-copy data exchange with other SYCL-based Python extensions, such as `numba-dppy`, `daal4py`, `torch_ipex`.
1. Implemen…
-
Repo:
1. Install latest anaconda.
2. Create clean env using: conda create -n test python=3.6.6.
3. Activate env: conda activate test
4. Install daal4py: conda install -c intel daal4py.
Then ju…
-
I get the following when I try to load the `modeltime.gluonts` library:
```r
> library(modeltime.gluonts)
Error: package or namespace load failed for ‘modeltime.gluonts’:
.onLoad failed in load…
-
I tried SVM with webpage_train.csv (This dataset has 23187 samples with 300 features, 2 classes) with scikit-learn and DAAL4PY on intel cascade lake server. It turns out scikit-learn can finish the tr…
-
pyDPPL is to be renamed to `dpCtl` and the Python module is to be renamed to `dpctl`.
It is necessary to make it safer:
1. add new API
2. reimplement the old API via new API
3. mark old API as d…
-
Just went through this: https://automl.github.io/auto-sklearn/master/installation.html#windows-osx-compatibility
It's an easy fix, to check for the os and then add it to the plugins list.