You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: data/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ Finally, you can download the dataset using the following command:
12
12
bash download_data.sh
13
13
```
14
14
15
-
The dataset will be temporarily saved locally (inside the `data` folder) and transferred to your AWS S3 bucket. After that, the dataset will be deleted. If you choose to not use an AWS S3 Bucket, then the dataset will be stored into the `data` folder.
15
+
The dataset will be temporarily saved locally (inside the `data` folder) and transferred to your AWS S3 bucket. After that, the dataset will be deleted. If you choose to not use an AWS S3 Bucket, then the dataset will be stored into the `data` folder.
Copy file name to clipboardexpand all lines: notebooks/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Here go the notebooks used for research and development. The main idea is to try
4
4
5
5
## Setup Credentials
6
6
7
-
If you haven't your credentials yet, please check the `docs` folder first before following along.
7
+
If you haven't your credentials yet, please check the `docs` folder first before following along.
8
8
9
9
1. Set your `AWS Credentials` and `Kaggle API Credentials` (used to download the dataset) in the `credentials.yaml` file.
10
10
@@ -44,4 +44,4 @@ sudo docker log <CONTAINER_ID>
44
44
- Run the `EDA` notebook.
45
45
- Run the `Data Processing` notebook.
46
46
- Run the `Experimentations` notebook (will test different Machine Learning models, different hyperparameters for each model, and do some feature engineering and selection).
47
-
- Register the best models to the MLflow model registry using the `Experimentations` notebook (last cell) or the MLflow's user interface.
47
+
- Register the best models to the MLflow model registry using the `Experimentations` notebook (last cell) or the MLflow's user interface.
To use the Kaggle API, sign up for a Kaggle account at https://www.kaggle.com. Then go to the 'Account' tab of your user profile (https://www.kaggle.com/<username>/account) and select 'Create API Token'. This will trigger the download of kaggle.json, a file containing your API credentials. Set your `Kaggle API Credentials` (used to download the dataset) in the `credentials.yaml` file.
3
+
To use the Kaggle API, sign up for a Kaggle account at https://www.kaggle.com. Then go to the 'Account' tab of your user profile (https://www.kaggle.com/<username>/account) and select 'Create API Token'. This will trigger the download of kaggle.json, a file containing your API credentials. Set your `Kaggle API Credentials` (used to download the dataset) in the `credentials.yaml` file.
0 commit comments