/Python/Import numpy as np import matplotlib.pyplot as plt index = 0 missClassifiedIndexes = [] for label, predit in zip(y_test, predictions): if label != predict: missClassifiedIndexes.append(index) index = +1
Import numpy as np import matplotlib.pyplot as plt index = 0 missClassifiedIndexes = [] for label, predit in zip(y_test, predictions): if label != predict: missClassifiedIndexes.append(index) index = +1
Import numpy as np import matplotlib.pyplot as plt index = 0 missClassifiedIndexes = [] for label, predit in zip(y_test, predictions): if label != predict: missClassifiedIndexes.append(index) index = +1
0
- 0 vote298 views1 answer
- 1 vote203 views1 answer
- 0 vote256 views1 answer
- 6 votes194 views1 answer
- 30 votes187 views2 answers
- 0 vote228 views1 answer
- 1 vote191 views1 answer
- 0 vote189 views1 answer
- 18 votes224 views6 answers
- 0 vote214 views1 answer