/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 vote207 views1 answer
- 0 vote205 views2 answers
- 1 vote214 views2 answers
- 24 votes216 views1 answer
- 1 vote265 views1 answer
- 0 vote193 views1 answer
- 0 vote204 views2 answers
- 7 votes213 views4 answers
- 0 vote194 views1 answer
- 1 vote210 views1 answer