Skip to content

kiminh/kumo-rfm-trading-desk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KumoRFM: A foundation model for business data

BlogPaperGet 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

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.

Versatility of KumoRFM

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 Slack!

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors