Using Database Table for Scoring in Deployment View
RapidMinerUser12
New Altair Community Member
Hi all,
I'm working on a project where I need to use the Deployment View for scoring the models.
So, when I import the scoring data, the dialog shows me all of my existing repositories, from where I can choose my data.
To my knowledge, database tables cannot be accessed directly, they need to be stored in some repository first (Read Database operator, then Store operator). Is there any work-around to this - a way to access the tables directly from the database and import them into Deployment view? The database tables I'm using for scoring have millions of rows of data. I'll lose a lot of time if I store them first.
Thank you in advance.
I'm working on a project where I need to use the Deployment View for scoring the models.
So, when I import the scoring data, the dialog shows me all of my existing repositories, from where I can choose my data.
To my knowledge, database tables cannot be accessed directly, they need to be stored in some repository first (Read Database operator, then Store operator). Is there any work-around to this - a way to access the tables directly from the database and import them into Deployment view? The database tables I'm using for scoring have millions of rows of data. I'll lose a lot of time if I store them first.
Thank you in advance.
1
Best Answer
-
Hi,No, that is not possible. The reason why we require a repository is so that we have full control over meta data like column types etc. which makes the scoring more robust. Without this it quickly becomes a bit of gamble if the scoring works or not (although it is relatively robust).We may change this in the future, but for now repository entries are the only supported input for bulk scoring.Best,Ingo2
Answers
-
Hi,No, that is not possible. The reason why we require a repository is so that we have full control over meta data like column types etc. which makes the scoring more robust. Without this it quickly becomes a bit of gamble if the scoring works or not (although it is relatively robust).We may change this in the future, but for now repository entries are the only supported input for bulk scoring.Best,Ingo2