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/)