/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
- 80 votes308 views6 answers
- 8 votes312 views3 answers
- -1 vote304 views1 answer
- 0 vote294 views1 answer
- 1 vote310 views2 answers
- 0 vote339 views1 answer
- 39 votes292 views6 answers
- 0 vote294 views4 answers
- 1 vote307 views1 answer
- 3 votes303 views1 answer