Skip to content
Snippets Groups Projects
Commit ac2a600a authored by Ananth Mahadevan's avatar Ananth Mahadevan
Browse files

Minor

parent 46bbcb6c
Branches main
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ conda env create -f env.yaml
## Datasets
Details for downloading the real-world datasets are in [data/README.md](./data/README.md).
Details for downloading the real-world datasets (Elec,Airlines,Covertype) are in [data/README.md](./data/README.md).
The synthetic datasets (CovCon, Circles and Gauss) are always generated, and the logic can be found in [src/datasets/](./src/datasets/)
The synthetic datasets (CovCon, Circles and Gauss) are always generated, and the logic can be found in the `generate_data` method inside the respective dataset script found in [src/datasets/](./src/datasets/)
## Retraining Algorithms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment