Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi there,
we're trying to import PMML format model to Analytics and after uploading it, it's state is "not ready for testing".
We converted the model written in Python to PMML using "JPMML-SkLearn library" version 1.7.4, (see below the model's header). Are we using the wrong version to convert the model?
<PMML xmlns="http://www.dmg.org/PMML-4_3" xmlns:data="http://jpmml.org/jpmml-model/InlineTable" version="4.3">
<Header>
<Application name="JPMML-SkLearn library" version="1.7.4"/>
<Timestamp>2022-04-29T15:45:33Z</Timestamp>
</Header>
thanks in advance,
Ainhoa
Solved! Go to Solution.
Hello @AinhoaH,
Your initial thought about versioning is correct, the JPMML format you are using is not supported by ThingWorx Analytics.
ThingWorx Analytics Server is capable of accepting and importing models that adhere to PMML 4.3 using JPMML 1.3.3 formatting only at this time.
Please look at this Knowledge Article has some more details and links related to this topic:
https://www.ptc.com/en/support/article/CS317856
Regards,
Neel
Hello @AinhoaH,
Your initial thought about versioning is correct, the JPMML format you are using is not supported by ThingWorx Analytics.
ThingWorx Analytics Server is capable of accepting and importing models that adhere to PMML 4.3 using JPMML 1.3.3 formatting only at this time.
Please look at this Knowledge Article has some more details and links related to this topic:
https://www.ptc.com/en/support/article/CS317856
Regards,
Neel