/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 vote117 views3 answers
- 0 vote148 views1 answer
- 1 vote177 views1 answer
- 2 votes153 views1 answer
- 0 vote141 views1 answer
- 0 vote167 views1 answer
- 0 vote146 views2 answers
- -2 votes151 views2 answers
- 1 vote170 views1 answer
- 0 vote143 views2 answers