Building and training a binary prediction ML model in Power BI
You’re finally ready to build and train your first ML model in Power BI! We will start with a binary prediction model to predict whether damage happened when wildlife struck an airplane. As discussed in Chapter 1, a binary prediction model will make a yes/no prediction for a given row of data containing columns that are the predictive features. The query that you built in Chapter 7 is in your ML Queries dataflow and is named Predict Damage.
You'll build your prediction model as follows:
- Create a new dataflow in your Power BI workspace by selecting New | Dataflow.
- Select Link tables from other dataflows.
- Ensure you are signed in to your organizational account and select Next.
- Expand your Power BI workspace folder, expand the ML Queries dataflow, select Predict Damage, and click Transform data.
- Save and close the new dataflow.
- Name the new dataflow
Predict
Damage ML
. - Refresh...