-
**Describe the bug**
When training a Random Forest Classifier on multiple datasets using a for loop, it goes through a couple of iterations and then VS code or JN just crashes with no errors or anyth…
-
### Bug description
Loose type annotation for `hparams` causes false positives in type checkers if hyperparameters are accessed as attributes.
I have identified the problem and will open a PR sh…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1、run ch
2、inject one of cn network partition
### 2. What did you …
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
test case: [htap_bigdata_consistency_004]
### 2. What did you…
-
**Describe the bug**
`ddf.sort_values(col)` does not work with a `dask_cudf` DataFrame when `col` is categorical.
**Steps/Code to reproduce bug**
```python
import cudf
import dask_cudf
df = cu…
-
**Describe the bug**
When using cudf.pandas and iterating over the dtypes of a dataframe, categorical dtype objects are reported as `cudf.CategoricalDtype` and not `pandas.CategoricalDtype`, causing `…
-
When I execute the following command lines you provided,
```
cd kernels/3rdparty/raft
./build.sh libraft
```
errors occur, and the error is as follows,
```
(quest) xxxx@stresstest:~/quest/kerne…
-
## Bug Report
I’m facing an issue with TiFlash after upgrade my TiDB cluster from v5.4 to v7.5.
A days after the upgrade, I realized that the data became out of sync between TiKV and TiFlash. The …
-
**Describe the bug**
When using cudf.pandas and iterating over the dtypes of a dataframe, categorical dtype objects are reported as `cudf.CategoricalDtype` and not `pandas.CategoricalDtype`, causing `…
-
hello, i replicated a simple glitch in cuml.
it has to do with Random Forrest. when I change the split-criterion setting and do more than 2 random forests the kernal crashes
```
rforest0 = cuRFC(…