Tialo

Results 24 comments of Tialo

Also encounter it when using `lightgbm.cv`. But supresses warnings when using `lightgbm.train`

I've had the same issue: after breaking blocks had flickering. Minecraft: 1.18.2 Sodium: 0.4.1 CPU: Interl i7-1065G7 GPU: Iris Plus Graphics After updating GPU drivers to the newest version (31.0.101.2114)...

Thanks for the fix. I see 3 possible solutions for problem with sparse matrices. 1. Don't allow Array API for multilabel metrics. 2. If we use `array_api_dispatch`, convert sparse matrix...

I was working on `entropy` and when I used `torch.tensor` (with and without `set_config(array_api_dispatch=True`), it did not raise exceptions even without changing the code. Should the function be left in...

> > As supervised clusters metrics operate with labels imo it is wrong to use `dtype_name` from `yield_namespace_device_dtype_combinations` which are float types. > > Out of curiosity and because I...

I am not sure why my test fails with this error. `FAILED metrics/cluster/tests/test_supervised.py::test_contingency_matrix_array_api_sparse - ImportError: array_api_compat is required to dispatch arrays using the API` And if module is not installed,...