/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
- 0 vote298 views1 answer
- 2 votes271 views3 answers
- 0 vote262 views2 answers
- 9 votes289 views5 answers
- 1 vote288 views1 answer
- 133 votes290 views6 answers
- 2 votes301 views1 answer
- 6 votes270 views1 answer
- 1 vote297 views1 answer
- 1 vote276 views1 answer