Skip to content

Commit 7375f39

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ebf3ab2 commit 7375f39

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

machine_learning/linear_regression_naive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- The script will fetch the dataset, run linear regression using gradient descent, and print the learned feature vector (theta) and error at each iteration.
1515
1616
"""
17+
1718
"""
1819
Naive implementation of Linear Regression using Gradient Descent.
1920

machine_learning/linear_regression_vectorized.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- The script will fetch the dataset, run linear regression using gradient descent, and print the learned feature vector (theta) and error at intervals.
1515
1616
"""
17+
1718
"""
1819
Vectorized implementation of Linear Regression using Gradient Descent.
1920

0 commit comments

Comments
 (0)