/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 vote230 views1 answer
- 4 votes256 views3 answers
- 1 vote213 views1 answer
- 0 vote230 views2 answers
- -1 vote230 views1 answer
- 3 votes256 views2 answers
- 5 votes230 views3 answers
- 0 vote195 views1 answer
- 14 votes247 views6 answers
- 0 vote231 views1 answer