Make Live Predictions with ML Code

Job ID: 38020227

Budget: $10 – $30 USD

I'm looking for a professional to enhance my existing machine learning code.
I have done the following steps:
1.) data download
2.) EDA
3.) Features engineering
4.) Model training

Next (Todo)
Given a new schedule of upcoming matches (live data)
1.) Make Live predictions. This involves preprocessing a new (unknown) dataset using the features engineering methods above.
2.) Apply model.predict(new_preprocessed_data) and model.predict_proba(new_preprocessed_data)