-
Hello
After browsing the code and documentation for this project, I'm unable to find a C API / headers for oneDAL, does it exists?
It seems that these C bindings are mentionned on the Intel website,…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
Ubuntu 20.04
- **Modin version** (`modin.__version__`):
0.8.3
- **Python version**:
3.7.9
- **C…
-
Are there any plans for a daal4py Mahalanobis implementation that would operate on numpy arrays?
Thank you.
-
1. we need to come up with a useful and generic API
2. define mapping DAAL -> daal4py
3. do it
-
For example in
https://github.com/IntelPython/daal4py/blob/a579737bcebf42b81bca5db2e0b6203682a9d98d/examples/linear_regression_streaming.py#L69
should we just pickle `train_result.model`?
-
This manifests itself in failure of `check_fit_idempotent` (a test new in 0.21):
```
from sklearn.utils.estimator_checks import check_fit_idempotent
from daal4py.sklearn.ensemble import RandomFo…
-
Parameter "covariance" defined multiple times with different types.
-
**Describe the bug**
The windows wheel is unable to load the dll's needed to run the examples. I tried one of the examples and got the following when calling a library function
Intel oneDAL FATAL …
-
### 🐛 Describe the bug
Using optimizer.step() with optimizer = optim.SGD(self.layers.parameters(), lr=learning_rate) on a fully connected network with nn.Sequential gives the following error on mac…
-
## Problem Description
When I run Python code interactively via the Spyder IDE, it is extremely slow. This is particularly the case when I split the screen horizontally. I've checked that I'm not run…