利用Keras序列模型预测,yhat_classes1 = Keras_model.predict_classes(predictors)[:, 0] #this shows(from tensorflow.python.keras.engine.sequential) is deprecated and will be removed after 2021-01-01.(model.predict(x), axis=-1)`, if your model does multi-class classification (