/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 vote153 views1 answer
- 0 vote129 views1 answer
- 30 votes133 views6 answers
- 2 votes132 views4 answers
- 0 vote137 views1 answer
- 0 vote143 views1 answer
- 5 votes146 views3 answers
- 0 vote103 views9 answers
- 19 votes155 views2 answers
- 0 vote125 views1 answer