/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 votes102 views3 answers
- 2 votes108 views1 answer
- 0 vote108 views1 answer
- 4 votes108 views5 answers
- 0 vote116 views1 answer
- 1 vote109 views3 answers
- 20 votes111 views2 answers
- 0 vote115 views1 answer
- 1 vote110 views1 answer
- 14 votes111 views4 answers