/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 vote155 views1 answer
- 0 vote149 views1 answer
- 0 vote227 views2 answers
- 0 vote103 views1 answer
- 9 votes139 views6 answers
- 0 vote147 views1 answer
- 0 vote191 views1 answer
- 0 vote156 views1 answer
- 0 vote143 views1 answer
- 39 votes151 views6 answers