Getting the function of the Regression in the ExampleSet, Visualisations Register in a Scatter Chart

User: "Carlo"
New Altair Community Member
Updated by Jocelyn
Hi Community,
I would like to get the function of the displayed regression in the visualisations register (Example Set) for a Scatter Chart is there any possibilty?

Thanks a lot for your support.

Carlo
Sort by:
1 - 2 of 21
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    Instead of deleting the country attribute, you can do this simply by first filtering for the value of each country one at a time, running the regression, and then capturing the associated linear regression model.  You could do this manually, or you could actually automate it easily with a Loop operator in RapidMiner (filter for each country value, build a regression, and save the model).
    User: "sgenzer"
    Altair Employee
    Accepted Answer
    hi @Carlo - ok a lot going on here. Perhaps you just want to use a Loop Attributes operator? You can then select the subset (countries) to loop, and then use Select Attributes and your Linear Regression inside the Loop Attributes operator. That will likely do the trick.

    Scott