Venkata C Chintapalli
Results
3
issues of
Venkata C Chintapalli
You need to add the following line in the requirements.txt file to successfully run this lab in Conda virtual env. protobuf ~=3.19.0
**Problem description:** We were able to serialize the XGBoost model with MLeap using the older PySpark API (https://github.com/dmlc/xgboost/pull/4656) as shown below: ``` import mleap.pyspark from mleap.pyspark.spark_support import SimpleSparkSerializer trans_model =...