Skip to content
Snippets Groups Projects
Commit b6a8c57e authored by thecml's avatar thecml
Browse files

Merge branch 'master' of https://gitlab.au.dk/cfp/air

parents ac5bfa4a f0fc4c6b
No related branches found
No related tags found
No related merge requests found
Pipeline #54077 passed
......@@ -36,7 +36,7 @@ Project Organization
Requirements
==============================
Python >= 3.6
Python >= 3.8
Usage
==============================
......@@ -46,7 +46,7 @@ To get up and running, clone the repository and copy the raw data to `air\data\r
$ pip install -e .
$ pip install -r requirements.txt
In the root project directory there is a client which can create datasets, make models and generate SHAP plots. It's a executeable Python script. Per default it will use the 2020 data version, encode the datasets as embeddings, not make visuzaliations of embeddings and not use the real ATS names, but their ISO id instead. To run the client:
In the root project directory there is a client which can create datasets, make models and generate SHAP plots. It's a executable Python script. Per default it will use the 2020 data version, encode the datasets as embeddings, not make visuzaliations of embeddings and not use the real ATS names, but their ISO id instead. To run the client:
$ python .\client.py -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment