🎉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

Variables in rapidminer processes [SOLVED]

User: "kuehn"
New Altair Community Member
Updated by Jocelyn
Hi

We are starting to use rapidminer - it is an awesome framework. However, we came across a small issue:
We want to save temporary results without harddisk or database ressources in order to save calculation time.
We have large data volumes (minimum 30T data sets) and many subprocesses. We want to calculate average values (subtraction of two inputs) for each subprocess and a single overall average for the entire data set.

Is it possible to temporarily store the results in a loop-specific global variable (e.g. a list)?

Best wishes
Uwe

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "StaryVena"
    New Altair Community Member
    Hi,
    you can store sthi variables in one example set and use "Remember" and "Recall" operators to store it in RAM.

    Best
    Vaclav
    User: "[Deleted User]"
    New Altair Community Member
    Hi Uwe,

    could you please post the XML of your process (at least a part of it) so that I can get a better understanding of which values you want to compute.
    kuehn wrote:

    Hi

    We are starting to use rapidminer - it is an awesome framework. However, we came across a small issue:
    We want to save temporary results without harddisk or database ressources in order to save calculation time.
    We have large data volumes (minimum 30T data sets) and many subprocesses. We want to calculate average values (subtraction of two inputs) for each subprocess and a single overall average for the entire data set.

    Is it possible to temporarily store the results in a loop-specific global variable (e.g. a list)?

    Best wishes
    Uwe
    Did I get you right, that you want to store the intermediate results within a separate file and add new results to that file after computing them?

    Best,
    Edin
    User: "kuehn"
    New Altair Community Member
    OP
    the solution posted by staryvena sounds useful.
    i will check if it is practicable in our case.

    it works .. thanx a lot