Skip to content

Commit da3bca1

Browse files
committed
updating notebooks and aws setup readmes
1 parent 917d30c commit da3bca1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

notebooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ If you haven't your credentials yet, please check the `docs` folder first before
1616

1717
```bash
1818
mlflow server -h 0.0.0.0 -p 5000 \
19-
--backend-store-uri postgresql://postgres:postgres@e2e-db.clug0k8m4hom.us-east-1.rds.amazonaws.com:5432 \
20-
--default-artifact-root s3://e2e-aws-bucket
19+
--backend-store-uri postgresql://postgres:postgres@<AWS_RDS_URL> \
20+
--default-artifact-root s3://<AWS_BUCKET_NAME>
2121
```
2222

2323
P.S.: To run the code locally, use the following command:

notebooks/images/admin.png

-15.8 KB
Loading

src/config/model.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FEATURES: ['Gender_x0_Male', 'Age_x0_q3', 'Age_x0_q4', 'FAVC_x0_yes', 'CAEC_x0_Frequently', 'SCC_x0_yes', 'CALC_x0_no', 'EVEMM_x0_1', 'Height', 'Weight', 'FCVC', 'NCP', 'CH2O', 'FAF', 'TUE', 'BMI', 'PAL', 'IBW']
2-
MODEL_NAME: 'lightgbm'
3-
MODEL_FLAVOR: 'lightgbm'
4-
RUN_ID: '5e69f0dfbe224bc68b6cec3464c2c0f6'
5-
EXPERIMENT_ID: '118240101185053765'
6-
VERSION: '2.0'
1+
FEATURES: 'LIST_OF_FEATURES'
2+
MODEL_NAME: 'MODELS_NAME'
3+
MODEL_FLAVOR: 'MODELS_FLAVOR'
4+
RUN_ID: 'RUN_ID'
5+
EXPERIMENT_ID: 'EXPERIMENT_ID'
6+
VERSION: 'MODELS_VERSION'

0 commit comments

Comments
 (0)