Tony Bartolotta

Results 2 issues of Tony Bartolotta

## Description A `Dataset` cannot be constructed from a `Sequence` that returns sparse data. This behavior is unexpected as `Dataset` generally supports sparse data . ## Reproducible example ``` from...

bug

## Description LightGBM encounters a segfault when quantized gradients are used in combination with native categorical features. ## Reproducible examples Training API Example: ``` import numpy as np import lightgbm...

bug