-
**Describe the bug**
While attempting to compute rank(cudf.rank), we face the following error
```
RuntimeError Traceback (most recent call last)
in
----> 1 df.ran…
-
I've pull the latest commit of this repo, tried run `docker build`, and got this error:
```
WARNING: You are using pip version 19.3; however, version 20.3.1 is available.
You should consider upgrad…
-
## Environment information (required)
- google chrome build Version 91.0.4472.124 (Official Build) (64-bit)
-
![image](https://user-images.githubusercontent.com/50878033/125191227-0ba40080-e25f-…
-
When doing `.suggest('patients')`, I don't see `patience` in the list.
But when doing `.suggest('patience')`, I do see `patients` in the list.
Why isn't it reciprocal?``
ndvbd updated
3 years ago
-
Hi! Using the training scripts I was able to train the model and reach around 40% mAP on my dataset.
Here is the tensorboard log
![Selection_096](https://user-images.githubusercontent.com/133404…
-
# Observed problem
It looks like the wrong output is returned when matching against the Catalogue of Life.
# Example
Example on the entry _Solanum tuberosum_.
## Expected output
Expected…
-
**Describe the bug**
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
…
-
**Describe the bug**
`cudf.Series.equals` is no longer giving same results as `pandas`
**Steps/Code to reproduce bug**
cuDF:
```
>>> s = cudf.Series([1, 2, 3])
>>> df = cudf.DataFrame({"c": [1…
-
Issue: ldd inspecting ogrext.cpython-36m-x86_64-linux-gnu.so shows a libnsl.so.1 requirement not provided by conda-forge?
I am unsure if this is a valid problem or not, but figured I would post it.…
-
## Expected Behavior
```python
from category_encoders import GLMMEncoder
from category_encoders.wrapper import NestedCVWrapper
NestedCVWrapper(GLMMEncoder(), random_state=42)
```
output
```
…