Blog • Paper • MCP Server • Get an API key
This repository is for tracking issues, feature requests, feedbacks and examples for KumoRFM.
KumoRFM generates predictions from business data:
- Predict outcomes such as purchases, engagement, churn, fraud, revenue, and more.
- No predictive modeling work, no feature engineering, no waiting.
- Give tabular data as context, prompt with a SQL-like query, get predicted values in return.
Install Python SDK and get an API key to use KumoRFM at kumorfm.ai.
pip install kumoai
We provide a KumoRFM MCP server for integration with your agentic workflows.
See
https://github.com/kumo-ai/kumo-rfm-mcp for more information.
KumoRFM is trained to understand tabular data and predict new values and connections. You prompt it with a SQL-like query and give it tabular business data as context. It’ll understand the full meaning and relationships within your data, generate the necessary predictions to answer your query, and give you the answer in about a second. The predictions are as accurate or slightly more accurate than custom-trained predictive models that often take weeks to make.
KumoRFM is built on two core innovations: (1) A pretrained graph transformer: An encoder that learns representations across multiple tables, eliminating the need for custom pipelines. (2) In-context learning. At inference time, it retrieves labeled subgraph examples as context to inform predictions, eliminating the need for task-specific model training.
As you work with KumoRFM, if you encounter any problems or things that are confusing or don't work quite right, please open a new
issue. You can also submit general feedback and suggestions here. Join our Discord!
If you're considering contributing an example notebook, please first open a new
issue and state your proposed notebook so we discuss them together before you invest a ton of time. We'll invite you to our Mountain View, CA office (if you are local here) or send you a Kumo Swag if your notebook is accepted.
Thank you and excited to see what you'll build with KumoRFM!