Defining ML Models
Infoveave ML Model is a powerful tool that helps you create machine learning models. It simplifies the process of building, modifying, and refining these models, enabling you to make effective data-driven decisions.
This section gives you detailed guidance on how to create and set up a machine learning model.
Creating a Machine Learning (ML) Model
- To create and execute a machine learning model, click on Analysis ML Modeller. You can find all your ML models under the tabs My ML Models and Shared ML Models.
- To create a new model, click on New Model. This takes you to the ML Model builder.
- Provide a meaningful Name in the Setup tab. This helps you identify and understand the purpose of each ML model.
- Click on Save to save the model.
Selecting and Validating a Query
The query activity forms the foundation of your machine learning model. By validating the query, you enable various data transformation activities that are essential for refining and preparing your data for ML modelling.
- Drag and drop the Query activity from the Activity panel to the ML Model builder.
- Click on the Query activity to select the required query from the dropdown list. For detailed instructions on creating queries, refer to the Queries section.
- Click on the Validate and preview button to validate the selected query. Once validated, it displays the data table. This validation step allows you to configure the necessary data transformation activities and in-built ML models.
Adding and Validating Data Transformation Activities
Data transformation activities help you format and prepare data for machine learning analysis. These steps ensure that your data is in the correct format for effective modelling.
- Drag and drop all the required data transformation activities from the Activity panel to the ML Model builder.
- Select each activity and configure them individually in the Configuration tab.
- Link the activities with other configured activities as needed.
- Click on the Validate and preview button to validate each activity.
Selecting and Building an ML Model
The query activity serves as the foundation of your machine learning model. Validating the query enables various other activities required to build your ML model.
- Drag and drop the required ML Model from the Activity panel to the ML Model builder.
- Select the ML Model and configure it in the Configuration panel.
- Link or chain all the configured data transformation activities with the ML Model in the ML Model builder.
- Click on the Validate and build button to validate and build the ML Model in Infoveave.
- The model begins building. After a successful build, it will display the output.
- Choose the model with the highest accuracy to predict outcomes with more input data.