her0e1c1
her0e1c1
Seems like in dataproc I can import lightGBM with this. ```bash gcloud dataproc jobs submit pyspark --cluster=$CLUSTER ./main.py --properties=spark.jars.packages='com.microsoft.ml.spark:mmlspark_2.11:0.18.1' ``` In `main.py` you can import by `from mmlspark.lightgbm import LightGBMClassifier`...
@imatiach-msft Thanks! After I changed to this, I can use the rc-3 (looks a bit tricky format, anw ...) ```bash --properties=spark.jars.packages='com.microsoft.ml.spark:mmlspark_2.11:1.0.0-rc3',spark.jars.repositories='https://mmlspark.azureedge.net/maven' ``` https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/cluster-properties