/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
- 7 votes176 views4 answers
- 1 vote204 views1 answer
- 0 vote193 views1 answer
- 1 vote215 views2 answers
- 2 votes198 views2 answers
- 1 vote195 views2 answers
- 1 vote199 views1 answer
- 6 votes184 views5 answers
- 13 votes202 views2 answers
- 5 votes164 views1 answer