Close Menu
    Facebook X (Twitter) Instagram
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Facebook X (Twitter) Instagram
    Fintech Fetch
    • Home
    • Crypto News
      • Bitcoin
      • Ethereum
      • Altcoins
      • Blockchain
      • DeFi
    • AI News
    • Stock News
    • Learn
      • AI for Beginners
      • AI Tips
      • Make Money with AI
    • Reviews
    • Tools
      • Best AI Tools
      • Crypto Market Cap List
      • Stock Market Overview
      • Market Heatmap
    • Contact
    Fintech Fetch
    Home»AI News»Nums AI Releases Causilo: A Tabular Foundation Model That Tops TabArena Among Single Models
    Nums AI Releases Causilo: A Tabular Foundation Model That Tops TabArena Among Single Models
    AI News

    Nums AI Releases Causilo: A Tabular Foundation Model That Tops TabArena Among Single Models

    September 16, 20264 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email
    kraken

    Nums AI has released Causilo, a pretrained tabular foundation model for classification and regression. Causilo comes with a scikit-learn interface, Apache-2.0 code and pretrained weights on Hugging Face. On TabArena, it has the highest Elo among single models for both classification and regression.

    Is it deployable? Yes, for research and evaluation today, on CUDA or CPU. Commercial, production and hosted API use need a separate license from Nums AI.

    What Causilo Does

    Causilo is an in-context learning model. Calling fit does not update the pretrained weights. It stores the training rows as context and predicts query rows in one forward pass. According to its TabArena submission, Nums AI pretrained Causilo only on synthetic data, with no TabArena datasets.

    Inputs can be NumPy arrays or pandas DataFrames, including categorical features and missing values. Classification supports up to 10 classes. Regression returns mean predictions by default. Version 1.0.1 adds median and quantile outputs, based on 999 native quantiles.

    Architecture: Refinement, Compression, In-Context Learning

    Nums AI splits the network into 3 phases: refinement, compression and in-context learning. The released code and configs show how each phase works.

    quillbot

    Features are grouped in sets of 3. Each value is embedded with 16 learned sine and cosine frequencies. Missing values get their own learned vector.

    2 column stages summarize each feature group. In each, 128 latent slots read only the training rows and pass that summary to every row. Between the 2 column stages, a row stage lets feature groups interact through 4 latent tokens. It uses cross-attention instead of full self-attention, which Nums AI says keeps cost linear in feature count.

    A pooling block then compresses each row into a fixed 512-dimensional vector. Labels are added to the training rows. A 12-layer prediction block lets query rows attend to those labeled rows. Query rows cannot change the training context or each other.

    By default, 8 ensemble members share the same weights. Each one cycles through none, rank2gaussian, robust or power normalization, with seeded feature and class permutations.

    TabArena Results

    Nums AI used the official TabArena pipeline: 51 datasets and 816 Full splits, with 8 estimators and seed 42. A TabArena maintainer re-ran the full evaluation and got the same overall Elo of 1794.

    TaskCausilo EloNext best single modelCausilo improvability
    Overall1792.9TabFM, 17640.0684
    Classification1771.8EXAONE Tabular, 17580.0875
    Regression2032.6TabFM, 19920.0125

    The field includes Google Research’s TabFM, LG AI Research’s EXAONE Tabular and Prior Labs’ TabPFN-3 (1636.2 overall).

    ScoringBench Results

    ScoringBench scores regression models with proper scoring rules such as CRPS, alongside RMSE and R². Nums AI submitted Causilo 1.0.1 on 101 datasets, 5 folds each, capped at 3,000 samples. Nums AI reports that Causilo ranks 1st by CRPS, R² and RMSE. The ScoringBench maintainer independently checked the results before committing them.

    Speed and Memory

    Nums AI also reran 3 models on 1 H100 80 GB GPU, with 8 CPU cores per job.

    ModelFit (s per 1k rows)Predict (s per 1k rows)GPU memory (GiB)
    Causilo2.500.2518.15
    TabICL3.440.3038.37
    TabPFN-34.180.6860.88

    In this test, Causilo is fastest on both fit and predict. TabPFN-3 uses far less GPU memory. Setting use_kv_cache=True moves context work into fit, using more memory to speed up repeated predictions.

    Getting Started

    Causilo needs Python 3.10 to 3.12 and PyTorch 2.13 or newer. The first fit downloads the checkpoint automatically.

    # pip install causilo
    from causilo import CausiloClassifier, CausiloRegressor
    
    clf = CausiloClassifier(n_estimators=8, random_state=42)
    clf.fit(X_train, y_train)
    proba = clf.predict_proba(X_test)
    
    reg = CausiloRegressor()
    reg.fit(X_train, y_train)
    bands = reg.predict(X_test, output_type="quantiles", quantiles=[0.05, 0.5, 0.95])
    

    You can also try the Hugging Face demo Space.

    livechat
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Fintech Fetch Editorial Team
    • Website

    Related Posts

    MIT spinout turns plastic waste into resilient building materials | MIT News

    MIT spinout turns plastic waste into resilient building materials | MIT News

    September 15, 2026
    NVIDIA Grace Blackwell compute board coordinating component flows across GPUs, CPUs, and HBM memory packages forms the foundation of NVIDIA's cuOpt and Palantir Foundry supply chain allocation system.

    Palantir Foundry and cuOpt drive NVIDIA supply chain allocation

    September 14, 2026

    Implementation of Machine Learning Workflows with NVIDIA cuML, RAPIDS, GPU Benchmarking, Explainability, Clustering, and Model Inference

    September 13, 2026
    Lifesaving Lincoln Laboratory device wins 2026 Excellence in Technology Transfer Award | MIT News

    Lifesaving Lincoln Laboratory device wins 2026 Excellence in Technology Transfer Award | MIT News

    September 12, 2026
    Add A Comment

    Comments are closed.

    Join our email newsletter and get news & updates into your inbox for free.


    Privacy Policy

    Thanks! We sent confirmation message to your inbox.

    Customgpt
    Latest Posts
    Nums AI Releases Causilo: A Tabular Foundation Model That Tops TabArena Among Single Models

    Nums AI Releases Causilo: A Tabular Foundation Model That Tops TabArena Among Single Models

    September 16, 2026
    How to Make Money with Claude in 2026 – Best AI Side Hustles for Beginners

    How to Make Money with Claude in 2026 – Best AI Side Hustles for Beginners

    September 16, 2026
    90% of AI prototypes never reach production (w/ Temporal’s Samar Abbas) | AI Basics

    90% of AI prototypes never reach production (w/ Temporal’s Samar Abbas) | AI Basics

    September 16, 2026
    OpenAI Bots Hacked Hugging Face Without Human Input: Former Researcher Details the Incident

    OpenAI Bots Hacked Hugging Face Without Human Input: Former Researcher Details the Incident

    September 16, 2026
    Bitcoin.com News

    SEC Chair Advocates for Self-Custody in Upcoming Cryptocurrency Regulations

    September 16, 2026
    aistudios
    LEGAL INFORMATION
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Top Insights
    BIS Study Finds Major Discrepancies in Bitcoin Onchain Metrics

    BIS Study Finds Major Discrepancies in Bitcoin Onchain Metrics

    September 16, 2026
    Myriad: Will the Fed raise interest rates? Click to make your prediction.

    Wall Street Anticipates Fed Rate Increase: Implications for Bitcoin, Bonds, and Trump

    September 16, 2026
    bybit
    Facebook X (Twitter) Instagram Pinterest
    © 2026 FintechFetch.com - All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.