Closed meatcomputer closed 1 year ago
looks like this loops over a standard list of model attributes and prints them all, however the PMML model we imported didn't define call string on creation, and it's not clear from the vertica documentation that there is a method for editing model attributes to work around this. we are currently on Vertica 11, and will be moving to 12 soon.
Hi @meatcomputer, load_model does not support PMML yet. This functionality is only available in SQL for the moment.
We will soon implement it, for any follow up we will use the following issue: https://github.com/vertica/VerticaPy/issues/347
flerp= vp.learn.tools.load_model("POSTPAID_CHURN_v2.POSTPAID_CHURN_v2")
QueryError Traceback (most recent call last)