From 0943cfd2bbb49252066f3e5f6fe0f2b85b69e890 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 30 Apr 2026 19:45:11 +0200 Subject: [PATCH] refactor: fix spacing --- ML/aufgaben/naivebayes/naivebayes_iris.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ML/aufgaben/naivebayes/naivebayes_iris.py b/ML/aufgaben/naivebayes/naivebayes_iris.py index 762b33f..d614729 100644 --- a/ML/aufgaben/naivebayes/naivebayes_iris.py +++ b/ML/aufgaben/naivebayes/naivebayes_iris.py @@ -2,7 +2,8 @@ Use the naive bayes classifier to classify the iris data set. - 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 numpy as np