> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/sdgm/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/sdgm/_mcp/server.

# How do I improve model performance?

Accurate predictions require both fitting a good model and supplying quality data. While Kumo takes care of the model quality aspect, you can do some things on the data side to improve the model's performance.

## Good Data Quality

A good predictive model starts with selecting informative features that are preprocessed in a sensible and reproducible manner. To this end, Kumo allows you to select which table columns to include in your prediction tasks.

![Screenshot2025 06 27at12 36 16PM Pn](/sdgm/_files/nvidia-sdgm.docs.buildwithfern.com/54c373b717318d7e72b48da88d472c7bf8a1fa39282d41252f1c375e2b8f65bf/images/Screenshot2025-06-27at12.36.16PM.png)

Kumo also allows you to select the type and preprocessing settings for each column—you can also accept the provided default values.

![Screenshot2025 06 27at12 36 29PM Pn](/sdgm/_files/nvidia-sdgm.docs.buildwithfern.com/892f0e4e82d1953ac677ac93b7fd4435bbc0177e23bc14d64d5a6aeff16156c8/images/Screenshot2025-06-27at12.36.29PM.png)

After creating a Kumo table, you can analyze its column statistics to verify that it contains the expected data.

<img src="/sdgm/_files/nvidia-sdgm.docs.buildwithfern.com/f119e9717c9f92eec9273f75e52d79be861155d9f40fba82da2bc382f4384d6c/images/Screenshot2025-06-27at12.36.35PM.png" alt="Screenshot2025 06 27at12 36 35PM Pn" title="Screenshot2025 06 27at12 36 35PM Pn" />

Click on `See Details` to view more statistics and granular information about the column.

***

## Ensure Good Table Connectivity

If multiple tables are included in the graph creation process, linkages must be established between tables to make a single connected graph. Two tables can be connected if they share a column with the same underlying data. For example, you might have a fact table recording customer transaction history, and another dimension table containing customer profile information, with both tables containing a customer ID column. These two tables can be connected via the customer ID column.

<img src="/sdgm/_files/nvidia-sdgm.docs.buildwithfern.com/6570d9e69b75018b628ff235015727ee42686dae179a753c901b9b77705ec1a6/images/Screenshot2025-06-27at12.36.41PM.png" alt="Screenshot2025 06 27at12 36 41PM Pn" title="Screenshot2025 06 27at12 36 41PM Pn" />

### Assessing Graph Linkage Health

After connecting all the tables in a graph, Kumo provides insights into your graph's connectivity.

If you view the `Graph Link Health` table at the bottom of the page, you can see the percentage matching between each pair of linked tables. Lower-than-expected percentages may be symptoms of poor data quality or incorrect column pairings.

![Screenshot2025 06 27at12 36 51PM Pn](/sdgm/_files/nvidia-sdgm.docs.buildwithfern.com/c49f1bb7a47c7ed7c699acca300ea3420751da2cf2f63c9eb7272292d36d8a24/images/Screenshot2025-06-27at12.36.51PM.png)

If you discover data quality issues after creating your graph, you can easily fix the data issues in your underlying data table and re-upload your data to Kumo. The next time you train your predictive query on your graph, Kumo will automatically re-ingest the table and connect the graph using the same connections, but updated values.