Add one exact all-ones column before the feature columns.
Add the intercept column
X plus starts with an added column of 1s. Row A becomes [1,1,2].
X+=111123213
The first column is pinned
Every intercept entry is exactly 1. It is not copied from the feature columns, y, or the row ID.
intercept column=(1,1,1)
Adding a column is not fitting
The intercept column prepares a table shape. It does not choose coefficients or make predictions.
table shape only