Skip to content

This repository is for tracking issues, feature requests, and feedback for KumoRFM.

License

Notifications You must be signed in to change notification settings

kumo-ai/kumo-rfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KumoRFM: A foundation model for business data

BlogPaperMCP ServerGet an API key

PyPI - Python Version PyPI Status PyPI - Downloads Slack

This repository is for tracking issues, feature requests, feedbacks and examples for KumoRFM.

Introduction

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.

Quick start

Install Python SDK and get an API key to use KumoRFM at kumorfm.ai.

pip install kumoai

Quick start notebook: Open in Colab

🔬 MCP Server

We provide a KumoRFM MCP server for integration with your agentic workflows.

See :octocat: https://github.com/kumo-ai/kumo-rfm-mcp for more information.

How KumoRFM works

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.

We love your feedback! ❤️

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 :octocat: issue. You can also submit general feedback and suggestions here. Join our Discord!

Community contribution 🤝

If you're considering contributing an example notebook, please first open a new :octocat: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!

About

This repository is for tracking issues, feature requests, and feedback for KumoRFM.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7