Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 733fb46

Browse filesBrowse files
authored
Update linearregression.py
1 parent d2b6f7e commit 733fb46
Copy full SHA for 733fb46

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎1.SimpleLinearRegression/linearregression.py

Copy file name to clipboardExpand all lines: 1.SimpleLinearRegression/linearregression.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Created on Mon Dec 10 15:55:49 2018
44
5-
@author: Faiz
5+
@author: Faizmohammad
66
"""
77
#importing the Libraries
88
import numpy as np
@@ -42,4 +42,4 @@
4242
plt.title("Experiences vs Salary (Test data)")
4343
plt.xlabel("Years of Experiences")
4444
plt.ylabel("Salary")
45-
plt.show()
45+
plt.show()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.