Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Help! #1

Open
Akashgarg08 opened this issue May 3, 2018 · 2 comments
Open

Please Help! #1

Akashgarg08 opened this issue May 3, 2018 · 2 comments

Comments

@Akashgarg08
Copy link

Error -

MSE = sm.mean_squared_error(compareDF['Actual'], compareDF['Predicted'])
print "The MSE is %f" % (MSE)
File "", line 150
print "The MSE is %f" % (MSE)
^
SyntaxError: invalid syntax

@SpyTVofficial
Copy link

same here bud

@AyseEe501
Copy link

Have you tried enclosing "The MSE is %f" % (MSE) in parentheses?
print("The MSE is %f" % (MSE))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants