refactor: fix spacing

This commit is contained in:
2026-04-30 19:45:11 +02:00
parent 36172948a6
commit 0943cfd2bb
+2 -1
View File
@@ -2,7 +2,8 @@
Use the naive bayes classifier to classify the iris data set. Use the naive bayes classifier to classify the iris data set.
- This is an example of a supervised ML algorithm - This is an example of a supervised ML algorithm
- it has labels on the training data - you tell the model: this is class X during training - it has labels on the training data
- you tell the model: this is class X during training
""" """
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import numpy as np import numpy as np