-
Hi
When I try to run any sample example using Anaconda & jupyter notebook in Ubuntu 18.04, it says
ModuleNotFoundError: No module named 'daal4py'
But I can run the same code on python interpretor…
-
Create an environment `b_d4py` with Python 3.7.6 needed to build daal4py:
```text
# This file may be used to create an environment using:
# $ conda create --name --file
# platform: osx-64
@EX…
-
I installed the intel python distribution containing python 3.7.4 and mkl_random 1.1.0. When I run the test_random.py script python crashes. Specifically, this is what crashes:
def test_non_deter…
-
We should figure out what is causing scipy to be 1.5.0
```
2020-06-22T02:34:19.3178721Z Successfully installed GitPython-3.1.3 Keras-2.4.2 PyMySQL-0.9.2 PyYAML-5.3.1 absl-py-0.9.0 aiohttp-3.6.2 ai…
-
Three of the K-Means Initialization parameters (nTrials, oversamplingFactor, & nRounds) say to refer to a section in references [1] or [2] .
See image:
![brokenref](https://user-images.githubuser…
ghost updated
4 years ago
-
#### Question about pandas
I am trying to update Pandas in a venv under Windows 10 using miniconda. I have Pandas 1.0.3 installed.
I think part of the issue is there are pip installed packages …
-
**Describe the bug**
Evaluation of loss function and its derivatives is not accurate for logistic loss on scikit-learn's dataset of breast cancer data, with 569 samples and 30 features.
**To Rep…
-
### Issue Report Checklist
* [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [x] Read the relevant sections of the [Spyder Troubl…
-
I found 3 errors when running gradient boosted classification (the same errors may also come up with gradient boosted regression, which acts in a similar behavior). These bugs are inconsistent behavi…
-
Do you have sample data files for training/inference that i can use?