Quickstart: KumoRFM
Quickstart: KumoRFM
Coming soon: KumoRFM as an NVIDIA NIM container
This documentation is still being updated ahead of the public release. Please stay tuned.
In this guide, we walk you through an end-to-end example using a multi-table E-Commerce dataset. You’ll learn how to load data, auto-infer a relational graph, and run instant predictions: demand forecasting, churn prediction, item recommendations, and missing value imputation, all without training a model.
Step 1: Install the SDK
Install the Python SDK
Step 2: Get an API key
You need an API key to make calls to KumoRFM. Use the API key and API URL provided for your KumoRFM environment.
Step 3: Initialize a client
Use your API key to initialize a Kumo client:
Step 4: Import your data
We will use an E-Commerce dataset for this example:
Step 5: Create a graph
Auto infer links between tables to form a graph
Step 6: Make a prediction
Write a predictive query to generate instant predictions: