---
title: Managing ML Models
description: Efficiently manage your ML Model with options to edit, share, organize, and add descriptions. Streamline workflows, enhance collaboration.
---
import { Aside, Steps } from '@astrojs/starlight/components';

# Managing ML Models

Manage your ML Model to streamline your ML Model workflow. Enhance collaboration, maintain organization, and make informed decisions based on the insights generated from your ML Model.

You can manage an ML Model using the available options such as **Share**, **Edit**, **Move to Folder** and **Delete**.

![manage ml models](/images/Analysis/ML-Models/Managing-ML-Models/managing-ml-models.png)

## Editing an ML Model

Edit your ML Model to ensure it reflects the required modifications and meets your evolving needs.

To modify an ML Model in Infoveave, follow these steps.
<Steps>  
1. Find the specific ML Model that you want to edit.  
2. Click on the **Edit** icon <i class="fa-duotone fa-regular fa-pencil"></i> associated with the model. This opens the model in Edit mode, allowing you to make changes.  
3. Modify the model components.  
   * **Modify model type**. Change the model type by selecting a different option that suits your needs. This allows you to explore alternative modeling techniques.  
   * **Adjust column info**. Modify the column information by accessing the relevant section. You can change input and output columns and specify any ignored columns based on their relevance to the analysis.  
   * **Build new model**. Create a new model with updated configurations. Start from scratch and incorporate changes made to the model type and column information.  
   * **Choose new model**. Select a different model from the available options after building multiple models. This enables you to compare and evaluate them to find the best fit for your analysis requirements.  
4. After making the necessary modifications, click on the **Save** button to save your edits.  
</Steps>

## Sharing an ML Model

Sharing options in Infoveave ML Model, such as user and role-based sharing, ensure efficient distribution and utilization of the model among the intended audience.

You can share your ML Model with other users or roles in Infoveave. Follow these steps to share your ML Model.

<Steps>  
1. Click on the **Share** icon <i class="fa-duotone fa-regular fa-share-nodes"></i> to share the ML Model with the team or role.  
2. Select between the available options. Share with User or Share with Role.  
3. If you choose Share with User, go to the **Share with Users** section. From the share dialogue box, select the user(s) you want to share the ML Model with.  
4. If you want to share the ML Model with all users, select the **Share with Everyone** option.  
5. If you choose Share with Role, switch to the **Share with Role** section. Pick the roles you want to share the ML Model with from the share dialogue box.  
6. To remove a specific user or role from the shared list, uncheck the corresponding checkbox.  
7. Click **Save** to share your ML Model with the selected users or roles.  
</Steps>

<Aside type="tip">  
* The Share icon will be <span style='color:blue'><strong>Blue</strong></span> when shared with everyone.  
* The Share icon will be <span style='color:Green'><strong>Green</strong></span> when shared with a few.  
</Aside>


## Moving an ML Model to a Folder

Organize your ML Model by moving it to a designated folder.

To organize your ML Model under folders, follow these steps.

<Steps>  
1. Select the ML Model you want to move by clicking on the **Move to Folder** icon.  
2. Choose the desired folder from the dropdown menu.  
3. Click the **Save** button to finalize the move.  
</Steps>

<Aside type="tip">  
* You can drag and drop an ML Model into any folder to move it to that specific folder.  
* You can also remove an ML Model from a folder by clicking on the Move to Folder icon and selecting the Root folder.  
</Aside>

## Deleting an ML Model

![Delete](/images/Analysis/ML-Models/Managing-ML-Models/delete-ml-model.png)

To delete an ML Model in Infoveave, follow these simple steps.

<Steps>  
1. Find the ML Model you want to delete.  
2. Click on the **Delete** icon <i class="fa-duotone fa-regular fa-trash"></i>.  
3. Type the specified text in the provided text field.  
4. Alternatively, you can copy the text from the icon and paste it into the text field.  
5. Once you have entered the correct text, click on **Delete**.  
</Steps>

<Aside type="caution">  
Please be cautious when deleting an ML Model, as it cannot be recovered once deleted.  
</Aside>
