> For the complete documentation index, see [llms.txt](https://docs.graphite-note.com/graphite-note-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphite-note.com/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/models/predict-with-ml-models.md).

# Predict with ML Models

The "Predict Dataset" functionality in Graphite Note allows users to apply a successfully trained and deployed model to a specific dataset for generating predictions. This section provides a comprehensive guide on how to utilize this feature to make informed decisions.

### **Overview**

Once a model has been trained and deployed within Graphite Note, it can be used to make predictions on a specific dataset. The dataset must have the same structure (columns) as the one the model was trained on. Graphite Note will add new columns to the dataset containing the model's predictions and scores for each row.

### **How to Use the Predict Dataset Feature**

1. **Select Dataset to Predict**:

   * Navigate to the "Predict Dataset" section.
   * Choose the specific dataset you want to apply the model to. This dataset must have the same columns that the model was trained on.

   <figure><img src="/files/aEhNhxUl4789vr6AWmqH" alt=""><figcaption></figcaption></figure>
2. **Verify Dataset Structure**:
   * Ensure that the selected dataset has the same structure (columns) as the trained model. This alignment is crucial for accurate predictions.
3. **Apply Model to Dataset**:

   * Select Dataset by double click
   * Graphite Note will add new columns to the selected dataset containing the model's predictions and scores for each row.

   <figure><img src="/files/AwDQJf5pqwo2vWsr2gBx" alt=""><figcaption></figcaption></figure>
4. **Analyze Predictions**:

   * View the results within Graphite Note's user-friendly interface.
   * Analyze the predictions to understand trends, patterns, and insights that can guide decision-making.

   <figure><img src="/files/30Sg6yIhQRmBXfzApKCO" alt=""><figcaption></figcaption></figure>
5. **Make Decisions**:
   * Utilize the predictions to make informed decisions aligned with your business goals and strategies.
6. **Export to Excel**:
   * If desired, you can export the dataset with the added prediction columns to Excel for further analysis or sharing with stakeholders.

### **Key Considerations**

* **Column Alignment**: The selected dataset must have the same columns as the ones the model was trained on. Mismatched columns may lead to incorrect predictions.
* **Real-time Application**: Graphite Note's Predict Dataset feature provides real-time application of models to datasets, enabling quick insights.
* **Customizable Analysis**: Tailor the analysis of predictions within Graphite Note to suit your specific needs and preferences.

### **Conclusion**

The "Predict Dataset" feature in Graphite Note streamlines the process of applying trained models to specific datasets. By ensuring alignment between the model and dataset structure, users can generate accurate predictions that drive actionable insights.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.graphite-note.com/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/models/predict-with-ml-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
