-
I think these algorithms can be removed from the list, because they are stable now:
https://github.com/intel/scikit-learn-intelex/blob/eb21cd67a99427c2539cb0a852a679071f816151/daal4py/sklearn/test/…
-
I'm investigating intel daal (run with monkey patch) and scikit-learn, whose code frames are quite similar. I'm confused why intel daal doesn't include the following operations which scikit-learn uses…
-
I'm facing some technical difficulties. I have all the required packages installed, and I follow the instructions as follows.
1. Run `sh ./source/ogb_dataset/link_prediction/update_ogbl_master.sh`, R…
-
Configuration file `.clang-format` should be discussed.
There are projects like dpNP and daal4py which also use clang-format and have `.clang-format`.
It is better to have similar style among proje…
-
I am trying the run the notebook @ https://github.com/IntelPython/daal4py/blob/master/examples/daal4py_data_science.ipynb
When I try to run the following block, I get a run time error.
**d4p_lm = …
-
Are there any plans to release the daal4py package on PyPi? This would be helpful in situations were a package depends on daal4py and is installed with `pip`: https://github.com/intel/dffml/issues/766
-
```
+ docker run --rm intelotc/dffml version
dffml 0.3.7 /usr/src/dffml/dffml
dffml-config-yaml 0.0.10 /usr/src/dffml/configloader/yaml/dffml_config_yaml
dffml-config-image 0.0.3 /usr/src/dffml/co…
-
I am trying to install clawpack on my M1 mac. Is there any version can be used on arm mac?
-
https://github.com/IntelPython/daal4py/blob/ca67cc2d070ff27318e210e4b74f05ab7b9fa1d0/daal4py/sklearn/ensemble/decision_forest.py#L285
Looking at the code - we use float type always for RF predict. …
-
**Describe the bug**
Using the following benchmark script. I observe 0 classification accuracy instead of the expected ~86%.
**To Reproduce**
- `bench_knn.py`:
```python
import numpy as n…