/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 vote333 views1 answer
- 2 votes316 views2 answers
- 0 vote316 views1 answer
- 1 vote323 views1 answer
- 0 vote401 views1 answer
- 1 vote344 views1 answer
- 7 votes352 views1 answer
- 7 votes322 views2 answers
- 1 vote310 views1 answer
- -3 votes318 views6 answers