Skip to content

Commit

Permalink
Merge pull request #946 from Aditi22Bansal/main
Browse files Browse the repository at this point in the history
For labels
  • Loading branch information
sanjay-kv authored Jul 24, 2024
2 parents effac2f + d4a6bc1 commit e19ec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linear Regression Model/linear_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
plt.ylabel("Y")
plt.title("Scatter Plot")
plt.show()

X=df[['YearsExperience']]
y=df['Salary']

Expand Down

0 comments on commit e19ec2b

Please sign in to comment.