/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 vote291 views1 answer
- 0 vote316 views1 answer
- 0 vote311 views1 answer
- 1 vote299 views2 answers
- 0 vote323 views4 answers
- 5 votes299 views2 answers
- 4 votes301 views3 answers
- 75 votes280 views3 answers
- 6 votes313 views2 answers
- 6 votes305 views1 answer