Define ML Models
Infoveave ML Modeller is a powerful tool designed to facilitate the creation of machine learning models. It streamlines the process of creating, modifying, and refining machine learning models, empowering you to make data-driven decisions effectively.
Steps to Create and Setup Machine Learning (ML) Model
Access Machine Learning (ML) Model
- To create and execute a What-If analysis click on Analysis ML Modeller.You can find all your ML models under the tabs My ML Models and Shared ML Models respectively.
- To create new model, click on New ML Model. It will redirect you to the ML model builder.
- Provide a meaningful Name in the Setup panel. This will help you to identify and understand the purpose of each ML model.
- Click on Save to save the model.
Select & Validate Query
The query activity sets the base foundation for your machine learning (ML) model. By validating the query, you gain the ability to perform various data transformation activities 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 desired query from the dropdown list.For information on creating queries, refer to the Queries.
- Click on the Validate and Preview button to validate the selected query.Once the query is validated, it will display the data table.Validating allows configuring more data transformation activities and in-built ML models.
Add & Validate Data Transformation Activities
Data transformation activities helps you changing and organizing your data ready for machine learning analysis. It also ensures that the data is in the right format and structure for effective modeling.
- Drag and drop all the other required data transformation activities from the Activity panel to the ML model builder.
- Select the activity and configure them individually in the Configuration panel.
- Click on Validate and Preview button to validate each activities.
- Link the activities with other configured activities as required.
- Link/chain all the configured data transformation activities in the ML model builder.
Select & Build ML Model
The query activities sets the base foundation for your machine learning (ML) model. By validating the query, you gain the ability to perform various data transformation activities essential for refining and preparing your data for ML modelling.
- Drag and drop the required ML model from the Activity panel to the ML model builder.
- Select the ML model and configure the model in the Configuration panel.
- Link/chain all the configured data transformation activities with the configured ML model in the ML model builder.
- Click on Validate and Build button, to validate and build the ML model in Infoveave.
- It will start building the model. After the successful build of the model, the model will give the details on the following
- Area under ROC curve
- Accuracy
- Positive precision
- Positive recall
- Negative precision
- Negative recall
- F1 score
- Area under precision recall curve
- Confusion matrix
- Select the model with the highest accuracy to predict the outcome with more input data.