Skip to content

Commit 3a032ff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/gaussian_naive_bayes.py.broken.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def main():
1010
"""
1111
Gaussian Naive Bayes Example using sklearn function.
1212
Iris type dataset is used to demonstrate algorithm.
13-
13+
1414
Algorithm:
1515
1. Load Dataset: Import the Iris dataset.
1616
2. Data Preprocessing: Split dataset into features (X) and labels (y).

0 commit comments

Comments
 (0)