pypmml-spark icon indicating copy to clipboard operation
pypmml-spark copied to clipboard

Python PMML scoring library for PySpark as SparkML Transformer

Results 1 pypmml-spark issues
Sort by recently updated
recently updated
newest added

I have run the `link_pmml4s_jars_into_spark.py` script succesfully ![image](https://user-images.githubusercontent.com/89156985/172305239-183c6a6c-79ad-4d9f-a9d5-55e85452475a.png) and pmml4s jar files are present in `SPARK_HOME` location ![image](https://user-images.githubusercontent.com/89156985/172305177-313fd80e-bdfe-4c38-b992-7d22e11aba4c.png) However, `TypeError: 'JavaPackage' object is not callable` still occurs ![image](https://user-images.githubusercontent.com/89156985/172305345-01ac158a-450e-45af-9aa3-2df83c772755.png) I am...