/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 vote130 views1 answer
- 30 votes167 views3 answers
- 0 vote162 views1 answer
- 0 vote171 views1 answer
- 23 votes173 views1 answer
- 0 vote179 views2 answers
- 1 vote213 views3 answers
- 0 vote168 views1 answer
- 0 vote202 views2 answers
- 0 vote190 views1 answer