Options

Need Guidance Regarding Model Deployment

BlockbyBlockBlockbyBlock Member Posts: 1 Newbie
edited September 2020 in Help
Hi Team & Members,

Model Type(Auto Model) - Binary Logistic Regression (Labels to predict Approved/Denied)

(New to Rapid Minner)
Problem Statement:
My problem statement is that i want to deploy the model on a robot(Small Autonomous Vehicle) which will have no internet connection and only has CUDA C++ and Python installed on a windows OS. (Note Cannot Install Rapid Miner Software as hardware reservations for other processes are delicately calibrated).

Requirement:
I need to run the model through python (json/csv as input, passing other formats is also acceptable) and generate an output file.

Please help me with a way that i can achieve such a goal, any help is much appreciated.
(Also please help me understand how and where or if i should use pmml extension)
(Please check my attempt to export the auto model - production model processes to pmml)

Regards,
Yash Sharma


Answers

  • Options
    Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Unfortunately, there is no easy way to do this cross-platform.  RapidMiner is designed to be able to do the scoring deployment and to provide it as a web service.  So if your device is not going to have access to the internet, probably your best solution will be to build your model directly in python so it can be deployed on your platform.  Alternatively you could look at using a different modeling method such as a decision tree, which is more easily ported in terms of the code into other languages.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.