Zwycięstwo w konkursie Kaggle w Pythonie
Yauhen Babakhin
Kaggle Grandmaster
| Metryka oceny | Typ problemu |
|---|---|
| Area Under the ROC (AUC) | Klasyfikacja |
| F1 Score (F1) | Klasyfikacja |
| Mean Log Loss (LogLoss) | Klasyfikacja |
| Mean Absolute Error (MAE) | Regresja |
| Mean Squared Error (MSE) | Regresja |
| Mean Average Precision at K (MAPK, MAP@K) | Ranking |

# Write a submission file to the disk
submission[['id', 'target']].to_csv('submission_1.csv', index=False)
| Zgłoszenie | Publiczny LB MSE | Prywatny LB MSE |
|---|---|---|
| submission_1.csv | 2.895 | ? |





Zwycięstwo w konkursie Kaggle w Pythonie