Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Register a Table for Production
RapidMinerUser12
Member Posts: 11 Learner I
in Help
Hi!
I have a model that needs to be registered for production - I need some metadata about the model to be registered to a database table.
This metadata includes a generated unique id, the model name (user input), the model description (user input), and some other variables, like is_active (can have "active", "inactive", and "on_hold" values) and is_main (can have "main" or "challenger" values).
So my idea is to generate an example set in RM that would be appended to the database table with metadata.
As far as I am informed, there's no exact way to extract metadata from a process.
Is there a way to make the data entry easy on the users? The business users really don't want to go into the process flow and type in all of the variable values by themselves - except for the model name and description. So maybe something like a dropdown list for the is_active and is_main variables, so we can make sure they never do a typo?
Thank you in advance.
I have a model that needs to be registered for production - I need some metadata about the model to be registered to a database table.
This metadata includes a generated unique id, the model name (user input), the model description (user input), and some other variables, like is_active (can have "active", "inactive", and "on_hold" values) and is_main (can have "main" or "challenger" values).
So my idea is to generate an example set in RM that would be appended to the database table with metadata.
As far as I am informed, there's no exact way to extract metadata from a process.
Is there a way to make the data entry easy on the users? The business users really don't want to go into the process flow and type in all of the variable values by themselves - except for the model name and description. So maybe something like a dropdown list for the is_active and is_main variables, so we can make sure they never do a typo?
Thank you in advance.
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi,
there is a way to access the process XML definition, described here.
Also, with RapidMiner Server you can easily create Web Apps with the dropdown lists and other elements that you need.
You could also create Excel forms with defined inputs that create the table to be used in the process behind the scenes.
RapidMiner Studio itself unfortunately doesn't have a form based input.
Regards,
Balázs7
Answers