Linear regression model

Hi everyone, i am facing an issue with applying the linear regression model library from sklearn. Every time i use df.fit() and enter my required parameters, the output just shows LinearRegression() without any parameters. Due to this i can’t use the prediction function.
I have attached a screenshot below for better understanding of this issue.

Hi @srajanmk7
Pass the area value as a numpy array. It should work.

That worked. Thanks a lot