/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
- 68 votes132 views6 answers
- 11 votes129 views4 answers
- 6 votes116 views2 answers
- 0 vote125 views1 answer
- 1 vote119 views1 answer
- 0 vote139 views1 answer
- 0 vote129 views1 answer
- 1 vote125 views1 answer
- 4 votes130 views1 answer
- 0 vote145 views1 answer