Compare commits

...

2 Commits

Author SHA1 Message Date
Oumaima Fisaoui ed6cfdb2a1
Merge e565d8b6ea into 2f7977a95a 2024-09-19 12:37:21 +00:00
Oumaima Fisaoui e565d8b6ea Chore(AI): fixed the issue 2024-09-19 13:37:16 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ There are 3 expected deliverables associated with the scoring model:
- The trained machine learning model with the features engineering pipeline:
- Do not forget: **Coming up with features is difficult, time-consuming, requires expert knowledge. Applied machine learning is basically feature engineering.**
- The model is validated if the **AUC on the test set is higher than 75%**.
- The model is validated if the **AUC on the test set is higher than 50%**.
- The labelled test data is not publicly available. However, a Kaggle competition uses the same data. The procedure to evaluate test set submission is the same as the one used for the project 1.
#### b - Kaggle submission

View File

@ -59,7 +59,7 @@ project
```prompt
python predict.py
AUC on test set: 0.76
AUC on test set: 0.50
```