/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
- 1 vote317 views1 answer
- 1 vote251 views1 answer
- 1 vote320 views1 answer
- 0 vote296 views1 answer
- 0 vote252 views1 answer
- 0 vote257 views1 answer
- 1 vote250 views1 answer
- 0 vote261 views1 answer
- 0 vote254 views1 answer
- 0 vote264 views1 answer