Create your first ML Pipeline

Let’s look at how to create an ML pipeline using the QuickML platform.

Creating ML Pipeline using pipeline builder interface

  1. Go to the Pipelines section

  2. Click Create-Pipeline to create the ML pipeline in the QuickML platform using the uploaded dataset. Create ML Pipeline 1

  3. Provide the ML Pipeline name, Model name, and Choose dataset with which you need to prepare the ML Pipeline. In Target column, select the column for which you are going to perform the prediction and click the Create Pipeline button. Create ML Pipeline 2

Note: When you create an ML pipeline from the same dataset as your data pipeline, the output data (the modified version of the dataset from the data pipeline) will be fetched automatically.

  1. Once the pipeline builder interface is opened, you can now drag and drop the required nodes to perform the ML operations. Example: In this picture, you can see the Ordinal Encoder node has been connected to the source. In configuration, select all the columns except year, mileage, and money as these are already in numeric form. Create ML Pipeline 3
    Once the configuration is done, click Save and proceed further.

  2. Likewise, you can connect all the required nodes to perform the prediction and complete the pipeline, as shown below. Create ML Pipeline 4

  3. Once the pipeline is completed click Save and, then click Execute. Create ML Pipeline 5
    Once the pipeline is successfully executed, you can see the execution status as Success as shown above.

  4. By clicking on the model name (Car Price Prediction ML Pipeline model) you will be redirected to model details page, where you can see the model evaluation metrics data, as shown below. Create ML Pipeline 6

Last Updated 2023-10-08 10:48:45 +0530 +0530

ON THIS PAGE