Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
3 views
by (120 points)

I am following your code about linear regression, but using my own dataset.

http://intellipaat.com/blog/what-is-linear-regression/

However I am getting the above error, when I run this part of the code:

v = pd.DataFrame (regressor.coef-,index=['Co-efficient']).transpose()

Can you advise please?

Please log in or register to answer this question.

Browse Categories

...