Skip to content

Commit

Permalink
Update information on installation and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Jul 12, 2024
1 parent 38906a2 commit 61b3618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The app only requires streamlit:
```
python -m venv venv
source venv/bin/activate
python -m pip install streamlit
python -m pip install -r requirements.txt
```

## Data
Expand All @@ -18,6 +18,7 @@ The app requires some data to operate, specifically it expects:
- `data/all_dataset_description.csv`: any file with openml metadata with the following columns (e.g., the one Subha shared):
- did
- description
- features
- NumberOfFeatures
- NumberOfNumericFeatures
- NumberOfSymbolicFeatures
Expand Down

0 comments on commit 61b3618

Please sign in to comment.