/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 vote233 views2 answers
- 0 vote225 views1 answer
- 0 vote212 views1 answer
- 3 votes252 views1 answer
- 2 votes264 views1 answer
- 0 vote251 views1 answer
- 8 votes283 views3 answers
- 0 vote226 views1 answer
- 1 vote245 views1 answer
- 0 vote283 views1 answer