/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 vote350 views1 answer
- 2 votes381 views6 answers
- 0 vote367 views1 answer
- 15 votes356 views4 answers
- 0 vote357 views2 answers
- 0 vote389 views1 answer
- 0 vote328 views2 answers
- 0 vote345 views1 answer
- 0 vote368 views2 answers
- 0 vote365 views1 answer