Add support for pandas nullable types to the sklearn api · Issue #4173 · microsoft/LightGBM

Summary I would like to use lightgbm's sklearn api with the new pandas nullable types. Currently, lightgbm does not recognize these types as valid. Reproducer using 3.0.0 and pandas 0.24.1: from li...