The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Show LOESS in the scatter plot


One of the important purposes of visualizations is estimation of the effect of an attribute to the label. One of the basic visualizations for that purpose is a scatter plot. But sometimes, the effect is difficult to inspect visually. For that purpose other tools like SPSS, SAS or Orange provide ability to add a trendline. Even Excel has this feature.
My proposal:
Add a checkbox into scatter chart that says something like: "Show LOESS".
Reasoning:
- LOESS is a reasonable non-parametric method, which can deal with non-linearities.
- It is already implemented in apache.commons.math3 library, which is already used by RapidMiner.
Implementation details:
- Show confidence intervals, not just the fitted curve, if possible.
- If "Color Column" is defined and is discrete, show a fit for each colour. Something like Mondrian does. Including the transparency of the confidence intervals.
- Possibly respect sample weights, if specified.
Tagged:
3
Comments