@@ -47,18 +47,6 @@ To get up and running, clone the repository and copy the raw data to `air\data\r
Please note the project depend on scikit-survival, which requires Microsoft Visual C++ 14.0 or greater. Get it from: https://visualstudio.microsoft.com/visual-cpp-build-tools/
In the root project directory there is a client which can create datasets. It's a executable Python script. By default it will use the 2021 data version and encode the categorial features of the datasets (the assitive aids data) as entity embeddings. To run the client:
$ python .\client.py -h
As an example, to run the client and encode the categorial features as one-hot-encoded columns:
$ python .\client.py --dataset-version 'ohe'
You can generate source code documentation by running Sphinx: