🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Using Database Table for Scoring in Deployment View

User: "RapidMinerUser12"
New Altair Community Member
Updated by Jocelyn
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.
Sort by:
1 - 1 of 11
    User: "IngoRM"
    New Altair Community Member
    Accepted 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,
    Ingo