/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
- 12 votes171 views1 answer
- 0 vote152 views1 answer
- 2 votes160 views3 answers
- 0 vote163 views1 answer
- 56 votes165 views5 answers
- 0 vote157 views1 answer
- 3 votes168 views2 answers
- 2 votes196 views2 answers
- 0 vote160 views1 answer
- 2 votes171 views4 answers