Regression

Learn how to add a regression line to an Altair chart.

Regression is a statistical technique to model the relationship between a dependent variable and one or more independent variables. The objective of regression is to predict the value of the dependent variable based on the values of the independent variables. We can use regression only on numeric variables.

How to use regression in

...