/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 vote246 views1 answer
- 2 votes275 views2 answers
- 1 vote292 views1 answer
- 5 votes265 views1 answer
- 0 vote281 views2 answers
- 0 vote290 views1 answer
- 4 votes280 views1 answer
- 0 vote292 views1 answer
- 0 vote287 views1 answer
- 0 vote260 views1 answer