/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 vote133 views1 answer
- 0 vote115 views1 answer
- 3 votes127 views1 answer
- 1 vote121 views1 answer
- 10 votes114 views2 answers
- 0 vote120 views1 answer
- 0 vote121 views1 answer
- 6 votes129 views4 answers
- -1 vote128 views1 answer
- 0 vote135 views1 answer