autodeployai / pypmml-spark

Python PMML scoring library for PySpark as SparkML Transformer
Apache License 2.0
21 stars 2 forks source link

this tool only support pyspark<3.0 ? when i was trying using ScoreModel.fromFile("{"file_path}"), an Error called """TypeError: 'JavaPackage' object is not callable""" ocurred #6

Closed Toyben closed 3 years ago

Toyben commented 3 years ago

i was using it in pyspark==3.0.1

scorebot commented 3 years ago

@Toyben Sorry, currently, the latest version only supports the Spark 2.x, we're working on a new version that will support the Spark 3.x

Toyben commented 3 years ago

ok ,thanks.

ghost commented 2 years ago

Coming back to this issue, is there still no support for spark 3.x? I'm still having this issue.

aravishdatabricks commented 2 years ago

Same here, please let us know which version is to be used for spark 3.x

scorebot commented 2 years ago

@aravishdatabricks It supports spark 3.x, see here: https://github.com/autodeployai/pypmml-spark#dependencies