/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 vote114 views1 answer
- -1 vote92 views1 answer
- 1 vote94 views1 answer
- 0 vote98 views1 answer
- 1 vote116 views1 answer
- 0 vote96 views1 answer
- 26 votes92 views6 answers
- 5 votes116 views2 answers
- 0 vote96 views1 answer
- 0 vote132 views1 answer