/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 vote354 views2 answers
- 0 vote375 views1 answer
- 6 votes347 views2 answers
- 0 vote357 views2 answers
- 0 vote405 views1 answer
- 0 vote319 views1 answer
- 3 votes316 views3 answers
- 0 vote334 views1 answer
- 7 votes330 views2 answers
- 5 votes406 views3 answers