-
### Describe the bug
Adding the `mlflow_autolog()` decorator to the `train_model` task to `example.py` from flytesnacks, leads to the following `AtrributeError` for `scikit-learn` when running `pyfl…
-
I'm trying to run theano 1.0.1 from conda with CUDA 9.0 and cuDNN 7.0.3. When I run
```
python3 -c "import theano"
```
I get this message:
```
ERROR (theano.gpuarray): Could not initialize pygpu…
-
```
python -m 'scoop'
does not start scoop properly. I also get 'Be sure to start your program with
the '-m scoop' parameter. You can find further information in the
documentation.' when I actuall…
-
Hi,
I'm new to Python, Github and i have some questions regarding the installation. Can I install this tool on windows 10? And how to proceed? I tried anything, but unfortunately not worked.
-
The current install process is a bit messy with a mix of conda and pip
Lets make a conda install and make it easier for people to get started
There are a few how to guides e.g.
https://medium.c…
-
I recently purchased this AMAZING book and ran through the installation procedures of the repository on my Windows 11 machine with Python 3.11. 6 and Anaconda Command Client version 1.11.3 installed, …
-
#### Description
Gensim's Doc2Vec model can not be loaded after saving.
I trained my Doc2Vec model using examples of code provided below, saved it on 9th epoch and than when I'm trying to load it…
-
## Description
I experience wierd behaviour with ipython.markdown.
I generate some markdown string with pictures, tables, formulas and sample python code.
The code is the following :
```pyth…
-
In terms of functionality, the mid-term end goal is to achieve feature parity with the statistics routine in `numpy` ([here](https://docs.scipy.org/doc/numpy/reference/routines.statistics.html)) and `…
-
### Is your feature request related to a problem? Please describe.
In https://github.com/scipy/scipy/pull/21700 there is discussion about factoring a base class for statistical distributions under …