Menu

Making Predictions

Making Predictions

Generate predictions for the testing dataset.

Code

predictions = model.predict(X_test)

Explanation

The model estimates the closing price for each unseen stock record.