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

Draw / rotate line in plots

JonesFoxJonesFox Member Posts: 5 Learner I
I want to evaluate the performance of my model by plotting the measured output variable on the X-axis and the prediction of the output variable on the Y-Axis. That, I can do with the normal scatter plot option. Additionally, I want a line (Ursprungsgerade) in an 45° angle to help me judge visually how far the predictions are from the optimal line. 
Here is a example how I did that using matplotlib.

How can I do that in RapidMiner? I only find the option to draw horizontal or vertical lines. In the following picture I drew a vertical line, but I want to rotate it..

Best Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted
    Hi,
    I usually just add a line chart with mechanical_strength vs mechanical_strength, this is the straight line through the origin you search for.
    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • JonesFoxJonesFox Member Posts: 5 Learner I
    Solution Accepted
    Yes, thanks! That's a nice workaround I didn't think of. 
Sign In or Register to comment.