Skip to main content
1-Visitor
October 12, 2018
Solved

Could Data model built in Python or Matlab be used with Thingworx?

  • October 12, 2018
  • 1 reply
  • 2306 views

Dear all,

 

If I build the data analysis model in Python or Matlab, could I use the new input data from thingworx and do prediction with the data analysis model from Python or Matlab, finally show the prediction result in thingworx mashup?

 

How does Thingworx work with other data analysis model built in Python or C/C#? Any example?

 

Thanks a lot

Best answer by mgoel

Hi @Dai-2006

 

Thank you for open this post on community.

 

Yes, you can use the model in ThingWorx Analytics. You need to convert that model into PMML form first, ThingWorx Analytics only except PMML form of model. Below are the link of one community post and an article for the same.

 

1) POST

2) Article

 

Hope this help, Do let me know in case of any question.

1 reply

mgoel5-Regular MemberAnswer
5-Regular Member
October 12, 2018

Hi @Dai-2006

 

Thank you for open this post on community.

 

Yes, you can use the model in ThingWorx Analytics. You need to convert that model into PMML form first, ThingWorx Analytics only except PMML form of model. Below are the link of one community post and an article for the same.

 

1) POST

2) Article

 

Hope this help, Do let me know in case of any question.

5-Regular Member
October 15, 2018

Hi @Dai-2006

 

Could you please confirm if the solution worked for you?

 

Regars-Mohit Goel

Dai-20061-VisitorAuthor
1-Visitor
October 15, 2018

Dear mgoel,

 

Thanks a lot for kind reply. I have yet check the solution due to other projects on hand. I will try according to the linked post.