/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 vote174 views2 answers
- 0 vote202 views1 answer
- 0 vote227 views1 answer
- 0 vote192 views1 answer
- 0 vote250 views1 answer
- 0 vote172 views1 answer
- 11 votes216 views3 answers
- 0 vote241 views1 answer
- 1 vote191 views1 answer
- 0 vote189 views1 answer