Skip to content

Commit b4545d4

Browse files
authored
Merge pull request #159 from Anjalisharma8072/anjali_branch
Update Comment for Clarifying Python Environment Requirements
2 parents 0f7fc7b + 6ed47e3 commit b4545d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/predict-home-prices-with-python-and-linear-regression/linear_regression.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
from sklearn.model_selection import train_test_split
44
from sklearn.linear_model import LinearRegression
55

6-
# Although this code is saved as a .py file this code will only run on anaconda.cloud
6+
# This code requires the numpy, matplotlib, and scikit-learn libraries.
7+
# Ensure these libraries are installed in your Python environment for the code to run successfully.
8+
79

810
# Linear regression is a fundamental aspect of machine learning. Remember: this could be used to predict anything as long as there is a database to train a model on.
911

0 commit comments

Comments
 (0)