/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
- 31 votes184 views5 answers
- 0 vote196 views3 answers
- 11 votes231 views3 answers
- 1 vote221 views1 answer
- 0 vote191 views1 answer
- 1 vote214 views1 answer
- 6 votes196 views2 answers
- -1 vote189 views1 answer
- 0 vote188 views1 answer
- 2 votes192 views1 answer