/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 vote215 views1 answer
- 0 vote181 views1 answer
- 2 votes165 views1 answer
- 0 vote150 views0 answer
- 0 vote160 views1 answer
- -1 vote171 views1 answer
- 0 vote175 views1 answer
- 0 vote201 views1 answer
- 0 vote173 views2 answers
- 13 votes179 views2 answers