/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 vote286 views1 answer
- 1 vote270 views1 answer
- 0 vote302 views1 answer
- 3 votes260 views1 answer
- 1 vote278 views1 answer
- 22 votes280 views6 answers
- 0 vote290 views1 answer
- 12 votes297 views6 answers
- 0 vote276 views1 answer
- 62 votes269 views4 answers