refactor: fix spacing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user