We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de5331 commit 3a032ffCopy full SHA for 3a032ff
machine_learning/gaussian_naive_bayes.py.broken.txt
@@ -10,7 +10,7 @@ def main():
10
"""
11
Gaussian Naive Bayes Example using sklearn function.
12
Iris type dataset is used to demonstrate algorithm.
13
-
+
14
Algorithm:
15
1. Load Dataset: Import the Iris dataset.
16
2. Data Preprocessing: Split dataset into features (X) and labels (y).
0 commit comments