🎉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

"Plot regression model on data"

User: "Edgar88"
New Altair Community Member
Updated by Jocelyn
I have build a linear regression model from my data, and would like to overlay it on top of my original data so that I can manually inspect the fit of the model. This is for a simple demo, my data is only 2-dimensional. Is this possible?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MariusHelf"
    New Altair Community Member
    Hi Edgar,

    you can't currently plot the model itself, however you could apply the model and then plot both the prediction and the true label in the same plot. Using the advanced plotters you can then even change the appearance of the predictions such that you have lines instead of points, and you are there :)

    Best, Marius