/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 vote179 views1 answer
- 0 vote169 views1 answer
- 10 votes160 views1 answer
- 0 vote171 views1 answer
- 5 votes187 views1 answer
- 0 vote185 views1 answer
- 5 votes174 views3 answers
- 1 vote213 views1 answer
- 6 votes186 views5 answers
- 0 vote185 views1 answer