Hi Team,
I am new to Machine Learning. I am trying to create a model using Sklearn. But it is showing me the below error.
sklearn.LinearRegresion
AttributeError Traceback (most recent call last)
<ipython-input-16-573594113f31> in <module>
----> 1 sklearn.LinearRegresion
AttributeError: module 'sklearn' has no attribute 'LinearRegresion'