/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 vote279 views1 answer
- 5 votes274 views4 answers
- 0 vote340 views1 answer
- 0 vote280 views1 answer
- 0 vote279 views2 answers
- 1 vote323 views1 answer
- 1 vote254 views1 answer
- 0 vote285 views1 answer
- 0 vote295 views1 answer
- 8 votes298 views3 answers