Ari

Results 2 comments of Ari

facing similar issue with the LightGBMRegressor module as well. mmlspark : 0.17 pyspark : 2.4.4 Scala: 2.11.12

Looks like in version 0.17, the name has changed from mmlspark.lightgbm to specific module name repeated. It worked for me by using: from mmlspark.LightGBMRegressor import LightGBMRegressor Please update the sample...