/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 vote131 views1 answer
- 0 vote135 views1 answer
- 0 vote93 views1 answer
- 0 vote199 views1 answer
- 11 votes141 views1 answer
- 3 votes160 views3 answers
- 10 votes153 views10 answers
- 17 votes132 views2 answers
- 1 vote137 views1 answer
- 0 vote136 views1 answer