frosso commited on
Commit
71ec0bd
Β·
verified Β·
1 Parent(s): 8dc1a2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -7,4 +7,58 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ ---
11
+
12
+ # 🌍 Join Neuralk-AI's tabular universe!
13
+
14
+ [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Neuralk-AI)
15
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/neuralk-ai)
16
+ [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/neuralk_ai)
17
+ [![Blog](https://img.shields.io/badge/Blog-FF6F61?style=for-the-badge&logo=internet&logoColor=white)](https://neuralk-ai.com/blog)
18
+ [![Careers](https://img.shields.io/badge/Careers-0077B5?style=for-the-badge&logo=internet&logoColor=white)](https://neuralk-ai.com/careers)
19
+
20
+ ---
21
+
22
+ # πŸ’‘ Bringing tabular models closer to industrial tasks
23
+
24
+ Neuralk-AI builds the first Tabular Foundational Model for industrial tasks found in Commerce and beyond.
25
+
26
+ We created **TabBench**, the first benchmark focused on evaluating and advancing tabular models on real-world use cases and ML workflows that can be found in industries like Commerce, such as product categorization, deduplication, and more.
27
+
28
+ **What TabBench currently supports (frequently updated!):**
29
+ - Real-world use cases: product categorization, deduplication
30
+ - Easily evaluate your model or dataset for each use case thanks to a steamlined Workflow logic (load β†’ vectorize β†’ predict β†’ evaluate)
31
+ - Evaluation on both industrial datasets (private) & academic ones (OpenML)
32
+ - Classic ML & Tabular Foundation models: NICL, TabICL, TabPFNv2, XGBoost, CatBoost, LightGBM, MLP
33
+ - Built on **Neuralk Foundry**, an open-source, modular framework to customize your own industrial workflows
34
+
35
+ ---
36
+
37
+ # πŸš€ How to get started?
38
+
39
+ Install TabBench with pip:
40
+
41
+ ```bash
42
+ pip install tabbench
43
+ ```
44
+
45
+ or directly clone the repository:
46
+
47
+ ```bash
48
+ git clone https://github.com/Neuralk-AI/TabBench
49
+ cd TabBench
50
+ ```
51
+
52
+ Jump straight into our example notebooks to start exploring tabular models on industrial tasks:
53
+
54
+ | File | Description |
55
+ ----------|---------------------------------------------------------|
56
+ | [1 - Getting Started with TabBench](https://github.com/Neuralk-AI/TabBench/blob/main/tutorials/1%20-%20Getting%20Started%20with%20TabBench.ipynb) | Discover how TabBench works and train your first tabular model on a Product Categorization task.
57
+ | [2 - Adding a local or internet dataset](https://github.com/Neuralk-AI/TabBench/blob/main/tutorials/2%20-%20Adding%20a%20local%20or%20internet%20dataset.ipynb) | How to add your own datasets for evaluation (local, downloadable, or OpenML).
58
+ | [3 - Use a custom model](https://github.com/Neuralk-AI/TabBench/blob/main/tutorials/3%20-%20Use%20a%20custom%20model.ipynb) | How to integrate a new model in TabBench and use it on different use cases.
59
+
60
+ ---
61
+
62
+ For more information about TabBench, open-source code and tutorials, you can check our [Github Page](https://github.com/Neuralk-AI/TabBench/)
63
+
64
+ ---