/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 vote137 views1 answer
- 0 vote126 views3 answers
- 0 vote305 views1 answer
- 2 votes143 views1 answer
- 27 votes98 views2 answers
- 0 vote139 views2 answers
- 2 votes132 views6 answers
- 0 vote139 views1 answer
- 0 vote155 views2 answers
- 11 votes135 views6 answers