databricks-connect error when executing sparkml
I use databricks-connect, and spark jobs related spark dataframe works good. But, when I trigger spark ml code, I am getting errors.For example, after executing in the code: https://docs.databricks.com/_static/notebooks/gbt-regression.htmlpipelineMod...
- 3798 Views
- 8 replies
- 7 kudos
Latest Reply
For information, upgrading python libraries does not resolve all problems.This code works fine on databricks in a notebook :import mlflow model = mlflow.spark.load_model('runs:/cb6ff62587a0404cabeadd47e4c9408a/model')Whereas it failed on intelliJ wit...
- 7 kudos