LightGBM/tests
Ilya Matiach 9f367d11ad
adding sparse support to TreeSHAP in lightgbm (#3000)
* adding sparse support to TreeSHAP in lightgbm

* updating based on comments

* updated based on comments, used fromiter instead of frombuffer

* updated based on comments

* fixed limits import order

* fix sparse feature contribs to work with more than int32 max rows

* really fixed int64 max error and build warnings

* added sparse test with >int32 max rows

* fixed python side reshape check on sparse data

* updated based on latest comments

* fixed comments

* added CSC INT32_MAX validation to test, fixed comments
2020-06-28 19:19:19 +03:00
..
c_api_test [python][tests] unused and missing imports (#3023) 2020-04-25 19:48:34 +03:00
cpp_test [tests] use numpy.testing.assert_allclose (#2207) 2019-06-20 13:06:58 +08:00
data update tests. 2017-08-18 19:01:21 +08:00
python_package_test adding sparse support to TreeSHAP in lightgbm (#3000) 2020-06-28 19:19:19 +03:00