import numpy ...... # Prediction predictions = model.predict(X_test) # round predictions rounded = [round(x) for x in predictions] print(rounded)
確定! 回上一頁