-
I run the code from github
python model_server.py ../data/models/urls/
and get:
Traceback (most recent call last):
File "model_server.py", line 28, in
'model_weights.h5',
File "/usr/l…
-
**Describe the bug**
*This is issue is potentially related to #73.*
If a tuple is expected, but the data contains another collection (e.g. a list), the tuple is treated as a collection, as opposed…
-
```
Lots of code in Python, due to the inability to pass references to primitives,
returns tuples instead of simply modifying the value like so:
def top_two(lst):
return lst[0],lst[1]
where in …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
#### Problem description
`fit_transform` in the `sklearn_api` is documented to return:
`X_new : numpy array of shape [n_samples, n_features_new]`
This is not the case. What is returned is:
` …
-
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] I have included a self contain…
-
BPO | [27219](https://bugs.python.org/issue27219)
--- | :---
Nosy | @serhiy-storchaka, @JelleZijlstra
Dependencies | bpo-21916: Create unit tests for turtle textonly
Files | [issue27219.patch](https:/…
-
### System Info
- `transformers` version: 4.43.3
- Platform: Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.23.2
- Safetenso…
-
When applying tuple to a dask dataframe without pyarrow installed, it gives a column with tuples as expected. If instead we apply it with pyarrow installed, we get string dtypes instead.
The pr…
-
### 1)
For python assignment, `README.md` requires `run.py` show the following result for the given file:
```
$ python solution/run.py baby1994.html
Common popular babynames in 1994 (Count: 85)…