Skip to content

Commit e07322d

Browse files
Merge branch 'issue/logistic_regression' of https://github.com/somrita-banerjee/Python into issue/logistic_regression
2 parents 8d33d90 + 7375f39 commit e07322d

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)