Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindranath-sawane authored Aug 3, 2021
1 parent be808db commit 9d26c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 2-Regression/1-Tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ In a new code cell, load the diabetes dataset by calling `load_diabetes()`. The
```python
plt.scatter(X_test, y_test, color='black')
plt.plot(X_test, y_pred, color='blue', linewidth=3)
plt.xlabel('Scaled BMIs')
plt.ylabel('Disease Progression')
plt.title('A Graph Plot Showing Diabetes Progression Against BMI')
plt.show()
```

Expand Down

0 comments on commit 9d26c54

Please sign in to comment.