A question regarding Machine learning linear regression model - Is it possible to create a Linear Regression model with a dataset of shape(505, 1))
enter image description here - here is the .detail of the data
enter image description here - the shape of the data
enter image description here .info() and describe()
I'm actually working a linear regression problem the dataset has one column, can one be able to design a linear regression model through it?