Skip to content

Commit 1a30899

Browse files
committed
test: Dataset operations
1 parent a0beb38 commit 1a30899

10 files changed

Lines changed: 623 additions & 120 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Desktop.ini
4646
.env
4747
secrets.json
4848
config.json
49+
kaggle.json
4950
*.key
5051
*.pem
5152
*.p12

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Works with Linux, Windows and macOS environments.
2828

2929
3. Add your Azure `config.json` to the root of this project. See [Azure ML Configuration Guide](./docs/AZURE_ML_CONFIG.md) for detailed instructions on setting up an Azure Workspace and Subscription, and downloading your `config.json` file.
3030

31-
4. Initialize, build and run the application locally.
31+
4. Add your Kaggle Api key to [.kaggle/kaggle.json](./.kaggle/kaggle.json), which you can generate from [https://www.kaggle.com/settings/account](https://www.kaggle.com/settings/account).
32+
33+
5. Initialize, build and run the application locally.
3234

3335
```console
3436
git clone https://github.com/FullStackWithLawrence/azureml-example.git

0 commit comments

Comments
 (0)