Import PMML to Thingworx Analytics
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

