Skip to content

Commit 0c95a16

Browse files
Fix spelling issue
1 parent e11bf0f commit 0c95a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

machine_learning/linear_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def mean_absolute_error(predicted_y, original_y):
132132
return total / len(original_y)
133133

134134

135-
# visulization
135+
# visualization
136136
def plot_regression(data_x, data_y, theta):
137137
"""
138138
Plot regression line with dataset points

0 commit comments

Comments
 (0)