/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
- 9 votes101 views6 answers
- 0 vote115 views1 answer
- 0 vote96 views1 answer
- 0 vote76 views1 answer
- 2 votes92 views1 answer
- 1 vote104 views1 answer
- 2 votes106 views2 answers
- 1 vote108 views1 answer
- 0 vote96 views1 answer
- 89 votes65 views6 answers