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