dependent attribute

User: "SimonK"
New Altair Community Member
Updated by Jocelyn
Hello,

Is it possible to display an attribute, of which I know the value, as a function of other attributes?

This means that for each time series a separate function should be created that describes the attribute.

Thanks in advance

Simon

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    @SimonK I understand, but don't get hung up on the vocabulary here. In this context "predict" is simply a word  that means "represent as a functional combination of other attributes" even when it is already known. If your target attribute is actually a pure functional output of the other inputs, then your "model" will achieve 100% accuracy. If it does not, then you may not have a set of relationships that can be expressed with 100% consistency.  Without seeing the dataset it is impossible to be more specific. 

    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    Yes, of course, you simply need to filter for each series (whatever that means for your dataset, I guess it could be a single row or a group of related rows) and run the analysis for each one separately and store each resulting model using the Store attribute.
    If you have a large number of series, this could be further automated with several of the Loop attributes, you might want to check those out and perhaps some of the tutorials regarding process control in RapidMiner.