/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 views2 answers
- 0 vote161 views2 answers
- 0 vote165 views1 answer
- 0 vote164 views1 answer
- 0 vote152 views1 answer
- 0 vote160 views1 answer
- 6 votes168 views2 answers
- -1 vote154 views1 answer
- 0 vote203 views1 answer
- 51 votes152 views6 answers