After fitting the model with model.fit(...), you can use .evaluate() or .predict() methods with the model.
model.fit(...)
.evaluate()
.predict()
model
The pro