-
#### Description
daal4py's estimator `RandomForestRegressor`, powered by Intel(R) DAAL fails `check_fit_idempotent`, see https://github.com/IntelPython/daal4py/issues/102
The failure is …
-
Starting from 2019u1.1 DAAL has feature to be built with specified set of algorithms. It is impossible to build daal4py out_of_the_box with such DAAL - will see undefined references.
Add the tailored…
-
@fschlimb
Consider the following script:
```python
import numpy as np
import daal4py
import os
import psutil
X = np.zeros((10**6, 100))
U = np.full((10, 100), 0.3, dtype='d')
n_iters…
-
ADD appveyor CI
@anton-malakhov might be able to help
-
Currently one can effectively call ``daal::services::setNumberOfThreads(n)`` via ``daal4py.daalinit(nthreads=n)``.
In pyDAAL it used to be possible using ``nThreadsNew = Environment.getInstance().…
-
@fschlimb Binary search implicated #19 in breakage affecting sklearn patches (#15). I left a comment in that PR, but thought it's likely better to file a separate issue.
Specifically, the followin…
-
Most algorithms in daal4py take numpy arrays, but this is an extra step that most data scientists prefer not to have to do.
It would be easier to be able to put in a direct Dataframe instead of a N…
-
**Operating system**:
MacOS Sierra 10.12.6
**The commands you ran or things you installed**:
conda install gmt=6.0.0rc2 -c conda-forge/label/dev -c conda-forge
conda install ffmpeg -c …