/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 vote261 views1 answer
- 0 vote249 views1 answer
- -1 vote289 views1 answer
- 1 vote256 views2 answers
- 1 vote263 views1 answer
- 0 vote274 views2 answers
- 1 vote272 views1 answer
- 88 votes245 views4 answers
- 0 vote286 views1 answer
- 0 vote313 views1 answer