zhengyao jiang
commited on
Commit
·
f79418c
1
Parent(s):
e38d20f
fix incorrect scores
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ Welcome to the official repository for AIDE, an AI system that can automatically
|
|
4 |
## About AIDE
|
5 |
AIDE is an AI-powered data science assistant that can autonomously understand task requirements, design, and implement solutions. By leveraging large language models and innovative agent architectures, such as the Solution Space Tree Search algorithm, AIDE has achieved human-level performance on a wide range of data science tasks, outperforming over 50% of human data scientists on Kaggle competitions.
|
6 |
|
7 |
-
##
|
8 |
| Domain | Task | Top% | Solution Link | Competition Link |
|
9 |
|:---------------------------------|:------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
|
10 |
| Urban Planning | Forecast city bikeshare system usage | 0.05 | [link](examples/bike-sharing-demand.py) | [link](https://www.kaggle.com/competitions/bike-sharing-demand/overview) |
|
|
|
4 |
## About AIDE
|
5 |
AIDE is an AI-powered data science assistant that can autonomously understand task requirements, design, and implement solutions. By leveraging large language models and innovative agent architectures, such as the Solution Space Tree Search algorithm, AIDE has achieved human-level performance on a wide range of data science tasks, outperforming over 50% of human data scientists on Kaggle competitions.
|
6 |
|
7 |
+
## Gallery
|
8 |
| Domain | Task | Top% | Solution Link | Competition Link |
|
9 |
|:---------------------------------|:------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
|
10 |
| Urban Planning | Forecast city bikeshare system usage | 0.05 | [link](examples/bike-sharing-demand.py) | [link](https://www.kaggle.com/competitions/bike-sharing-demand/overview) |
|