Andrea Guidi
Results
11
comments of
Andrea Guidi
I am experiencing the same issue spark on Yarn, RHEL 7 catboost version: 2.6, pyspark 2.3.2 scala 2.11 This is the code I used: `clf = catboost_spark.CatBoostClassifier(featuresCol='FEATURES',labelCol='FLAG_TARGET') model = clf.fit(p)`...