Erkan ŞİRİN

Results 3 comments of Erkan ŞİRİN

spark = SparkSession.builder \ .appName("Churn Scoring LightGBM") \ .master("local[4]") \ .config("spark.jars.packages","com.microsoft.ml.spark:mmlspark_2.11:0.18.1") \ .getOrCreate() this worked for me. Spark 2.4.5 Ubuntu, python3.6

> @romario076 what version of mmlspark are you running in? How are you loading the mmlspark jar and the lightgbm jar? Have you tried to specify spark.jars.packages or some other...