Skip to main content
✏️ Code CompletionAI AI & ML Easy+10 XP

Predict Method

Complete the prediction call.

✏️ Fill in the blank
model.fit(X_train, y_train)
predictions = model.___(X_test)

✏️ Type the missing code: