Close Menu
    Facebook X (Twitter) Instagram
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Facebook X (Twitter) Instagram
    Stack Vision AI
    • 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
    Stack Vision AI
    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, 20265 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email
    changelly


    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.

    Customgpt

    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.

    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 improvabilityOverall1792.9TabFM, 1764.40.0684Classification1771.8EXAONE Tabular, 1758.80.0875Regression2032.6TabFM, 1992.80.0125

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

    A few points help when reading these numbers:

    • The #1 positions exclude system entries. With systems included, the maintainer re-run placed Causilo 3rd of 88 overall.
    • On improvability, TabFM still leads overall and on classification. Causilo leads on regression.
    • The Elo confidence intervals at the top overlap, so the lead over TabFM and EXAONE Tabular is narrow.
    • Nums AI also lists Xiaomi-TabLDM and Amazon’s Mitra-v2 behind Causilo. Neither model appears in the benchmark files in Causilo’s repo.

    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.5040.2518.15TabICLv23.4490.3038.37TabPFN-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.

    Key Takeaways

    • Causilo has the top TabArena Elo among single models, overall and per task.
    • With system ensembles included, a maintainer re-run places it 3rd of 88.
    • Row mixing goes through 4 latent tokens, keeping cost linear in feature count.
    • The code is Apache-2.0; the weights are research-only without a commercial license.
    • Version 1.0.1 adds quantile outputs, so regression intervals work out of the box.

    Check out the Repo on GitHub and Model on HF. All credit goes to the researcher of this project. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

    Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

    Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.



    Source link

    synthesia
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    CryptoExpert
    • Website

    Related Posts

    Gartner outlines four AI tiers in warehouse automation

    September 20, 2026

    GGUF vs GPTQ vs AWQ vs EXL2: LLM Model Formats Explained (2026)

    September 19, 2026

    New AI technique could make minimally invasive surgeries safer and more precise | MIT News

    September 18, 2026

    Microsoft AI CEO criticises Anthropic over model ‘rights’

    September 17, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    kraken
    Latest Posts

    Google FREE AI Course with Certificate🔥September 2026 | Apply Now

    September 20, 2026

    AI researcher warns about dangers of “superintelligence” amid Google Gemini hack

    September 20, 2026

    Warren Buffett Steps Down After 60 Years

    September 20, 2026

    Revolut Faces Multiple Ransom Demands With No Direct Contact

    September 20, 2026

    Gen Z are investing like Boomers

    September 20, 2026
    quillbot
    LEGAL INFORMATION
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Top Insights

    7 Stocks to Buy Heavy Before the Market Takes Off

    September 20, 2026

    Bitcoin Price Hits an $82K Wall After a Wild $7,000 Comeback

    September 20, 2026
    murf
    Facebook X (Twitter) Instagram Pinterest
    © 2026 StackVisionAI.com - All rights reserved.

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