Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -147,7 +147,7 @@ The challenge data provided to participants is arranged as follows:
|
|
147 |
`train` data is provided for your convenience: it contains full information about the membership of the challenge points.
|
148 |
You can use it for developing your attack (e.g. as shadow models).
|
149 |
|
150 |
-
You can load the public datasets and individual models and their associated challenge data using the functions provided by the `mico-competition` package in the [accompanying repository](https://github.com/microsoft/MICO) (i.e., `
|
151 |
Please refer to the starting kit for more information.
|
152 |
|
153 |
|
|
|
147 |
`train` data is provided for your convenience: it contains full information about the membership of the challenge points.
|
148 |
You can use it for developing your attack (e.g. as shadow models).
|
149 |
|
150 |
+
You can load the public datasets and individual models and their associated challenge data using the functions provided by the `mico-competition` package in the [accompanying repository](https://github.com/microsoft/MICO) (i.e., `load_purchase100`, `load_model`, `ChallengeDataset.from_path`, etc.)
|
151 |
Please refer to the starting kit for more information.
|
152 |
|
153 |
|