Skip to content

Commit aacebed

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

machine_learning/gradient_descent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def output(example_no: int, data_set: str) -> float:
6060
raise ValueError(msg)
6161

6262

63-
6463
def calculate_hypothesis_value(example_no: int, data_set: str) -> float:
6564
"""
6665
Calculates hypothesis value for a given example
@@ -76,7 +75,6 @@ def calculate_hypothesis_value(example_no: int, data_set: str) -> float:
7675
raise ValueError(msg)
7776

7877

79-
8078
def summation_of_cost_derivative(index: int, end: int = m) -> float:
8179
"""
8280
Calculates the sum of cost function derivative

0 commit comments

Comments
 (0)