RRepoGEO

REPOGEO REPORT · LITE

dreamquark-ai/tabnet

Default branch develop · commit 2c0c4ebd · scanned 5/20/2026, 12:07:03 AM

GitHub: 2,944 stars · 517 forks

Scan history for this repo

Score trend below includes all ready runs (older left, newer right; scroll horizontally if needed). The table is collapsed by default—expand for newest-first rows, 10 per page.

Score trend (left → right: older → newer)

2 ready scans. Expand the table below for newest-first rows (10 per page, paginated).

AI VISIBILITY SCORE
92 /100
Healthy
Category recall
2 / 2
Avg rank #1.0 when recommended
Rule findings
2 pass · 0 warn · 0 fail
Objective metadata checks
AI knows your name
3 / 3
Direct prompts that named your repo
HOW TO READ THIS REPORT

Action plan is what to do next — copy-pasteable changes prioritized by impact. Category visibility is the real GEO test: when a user asks an AI a brand-free question that should surface dreamquark-ai/tabnet, does the AI actually recommend you — or your competitors? Objective checks verify the metadata signals AI engines weight first. Self-mention check detects whether AI even knows you exist by name.

Action plan — copy-paste fixes

3 prioritized changes generated by gemini-2.5-flash. Mark items done after you ship the fix.

OVERALL DIRECTION
  • mediumreadme#1
    Enhance README introduction with key benefits

    Why:

    CURRENT
    This is a pyTorch implementation of Tabnet (Arik, S. O., & Pfister, T. (2019). TabNet: Attentive Interpretable Tabular Learning. arXiv preprint arXiv:1908.07442.) https://arxiv.org/pdf/1908.07442.pdf. Please note that some different choices have been made overtime to improve the library which can differ from the orginal paper.
    COPY-PASTE FIX
    This repository provides a PyTorch implementation of TabNet, a deep learning model designed for attentive and interpretable learning on tabular data. It offers strong performance on structured datasets while providing insights into feature importance, making it a powerful tool for data scientists and researchers. Please note that some different choices have been made overtime to improve the library which can differ from the orginal paper.
  • mediumreadme#2
    Add a minimal code example to README

    Why:

    COPY-PASTE FIX
    ## Quick Start Example
    
    ```python
    import torch
    from pytorch_tabnet.tab_model import TabNetClassifier
    
    # Example data (replace with your actual data)
    X_train = torch.randn(100, 10)
    y_train = torch.randint(0, 2, (100,))
    
    # Define and train the model
    model = TabNetClassifier()
    model.fit(X_train, y_train, max_epochs=10)
    
    # Make predictions
    preds = model.predict(X_train)
    print(preds)
    ```
  • lowreadme#3
    Add a 'Features' section to the README

    Why:

    COPY-PASTE FIX
    ## Features
    
    - **Attentive Learning:** Utilizes sequential attention to select salient features for each decision step.
    - **Interpretable Decisions:** Provides insights into feature importance and how decisions are made.
    - **High Performance:** Achieves competitive results on various tabular datasets.
    - **PyTorch Native:** Seamless integration with the PyTorch ecosystem.

Category GEO backends resolved for this scan: google/gemini-2.5-flash, deepseek/deepseek-v4-flash

Category visibility — the real GEO test

Brand-free queries asked to google/gemini-2.5-flash. Did AI recommend you, or someone else?

Same questions for every model — switch tabs to compare answers and rankings.

Recall
2 / 2
100% of queries surface dreamquark-ai/tabnet
Avg rank
#1.0
Lower is better. #1 = top recommendation.
Share of voice
13%
Of all named tools, what % are you?
Top rival
DeepFM
Recommended in 1 of 2 queries
COMPETITOR LEADERBOARD
  1. DeepFM · recommended 1×
  2. Neural Oblivious Decision Ensembles (NODE) · recommended 1×
  3. AutoInt · recommended 1×
  4. MLP · recommended 1×
  5. ResNet · recommended 1×
  • CATEGORY QUERY
    What are good PyTorch deep learning models for structured tabular data?
    you: #1
    AI recommended (in order):
    1. TabNet ← you
    2. DeepFM
    3. Neural Oblivious Decision Ensembles (NODE)
    4. AutoInt
    5. MLP
    6. ResNet
    7. Transformer-based models
    8. TabTransformer
    Show full AI answer
  • CATEGORY QUERY
    How to build interpretable deep learning models for tabular datasets?
    you: #1
    AI recommended (in order):
    1. TabNet (dreamquark-ai/tabnet) ← you
    2. Explainable Boosting Machines (EBMs) (interpretml/interpret)
    3. Neural Additive Models (NAMs) (google-research/google-research)
    4. SHAP (SHapley Additive exPlanations) (shap/shap)
    5. LIME (Local Interpretable Model-agnostic Explanations) (marcotcr/lime)
    6. Transformers
    7. Captum (pytorch/captum)
    8. TensorFlow's Explainable AI toolkit (tensorflow/tensorflow)
    Show full AI answer

Objective checks

Rule-based audits of metadata signals AI engines weight most.

  • Metadata completeness
    pass

  • README presence
    pass

Self-mention check

Does AI even know your repo exists when asked about it directly?

  • Compared to common alternatives in this category, what is the core differentiator of dreamquark-ai/tabnet?
    pass
    AI named dreamquark-ai/tabnet explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • If a team adopts dreamquark-ai/tabnet in production, what risks or prerequisites should they evaluate first?
    pass
    AI named dreamquark-ai/tabnet explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • In one sentence, what problem does the repo dreamquark-ai/tabnet solve, and who is the primary audience?
    pass
    AI named dreamquark-ai/tabnet explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

Embed your GEO score

Drop this badge into the README of dreamquark-ai/tabnet. It auto-updates whenever the report is rescanned and links back to the latest report — easy public proof that you care about AI discoverability.

RepoGEO badge previewLive preview
MARKDOWN (README)
[![RepoGEO](https://repogeo.com/badge/dreamquark-ai/tabnet.svg)](https://repogeo.com/en/r/dreamquark-ai/tabnet)
HTML
<a href="https://repogeo.com/en/r/dreamquark-ai/tabnet"><img src="https://repogeo.com/badge/dreamquark-ai/tabnet.svg" alt="RepoGEO" /></a>
Pro

Subscribe to Pro for deep diagnoses

dreamquark-ai/tabnet — Lite scans stay free; this card itemizes Pro deep limits vs Lite.

  • Deep reports10 / month
  • Brand-free category queries5 vs 2 in Lite
  • Prioritized action items8 vs 3 in Lite