Search is not available for this dataset
id int64 691k 988k | addicted_label float64 0 1 |
|---|---|
691,369 | 0.998792 |
691,370 | 0.962488 |
691,371 | 0.955183 |
691,372 | 0.98767 |
691,373 | 0.996725 |
691,374 | 0.8973 |
691,375 | 0.886512 |
691,376 | 0.528851 |
691,377 | 0.979972 |
691,378 | 0.349818 |
691,379 | 0.99992 |
691,380 | 0.751929 |
691,381 | 0.999428 |
691,382 | 0.948379 |
691,383 | 0.982306 |
691,384 | 0.999995 |
691,385 | 0.065205 |
691,386 | 0.985769 |
691,387 | 0.999921 |
691,388 | 0.999973 |
691,389 | 0.672032 |
691,390 | 0.988198 |
691,391 | 0.504471 |
691,392 | 0.999449 |
691,393 | 0.942036 |
691,394 | 0.007575 |
691,395 | 0.997412 |
691,396 | 0.998856 |
691,397 | 0.999774 |
691,398 | 0.203602 |
691,399 | 0.999799 |
691,400 | 0.930006 |
691,401 | 0.999944 |
691,402 | 0.231842 |
691,403 | 0.826811 |
691,404 | 0.511118 |
691,405 | 0.99981 |
691,406 | 0.998867 |
691,407 | 0.145753 |
691,408 | 0.79094 |
691,409 | 0.131889 |
691,410 | 0.995461 |
691,411 | 0.569941 |
691,412 | 0.999979 |
691,413 | 0.080643 |
691,414 | 0.73376 |
691,415 | 0.178986 |
691,416 | 0.152024 |
691,417 | 0.999827 |
691,418 | 0.069972 |
691,419 | 0.989573 |
691,420 | 0.821225 |
691,421 | 0.972776 |
691,422 | 0.996065 |
691,423 | 0.029279 |
691,424 | 0.0612 |
691,425 | 0.313861 |
691,426 | 0.989699 |
691,427 | 0.999985 |
691,428 | 0.072864 |
691,429 | 0.999912 |
691,430 | 0.882596 |
691,431 | 0.0041 |
691,432 | 0.998963 |
691,433 | 0.546094 |
691,434 | 0.977116 |
691,435 | 0.034506 |
691,436 | 0.922636 |
691,437 | 0.968193 |
691,438 | 0.039338 |
691,439 | 0.996948 |
691,440 | 0.486824 |
691,441 | 0.999986 |
691,442 | 0.039358 |
691,443 | 0.035074 |
691,444 | 0.693673 |
691,445 | 0.550248 |
691,446 | 0.999938 |
691,447 | 0.983516 |
691,448 | 0.996623 |
691,449 | 0.999942 |
691,450 | 0.974534 |
691,451 | 0.955884 |
691,452 | 0.999929 |
691,453 | 0.999989 |
691,454 | 0.015106 |
691,455 | 0.095233 |
691,456 | 0.046975 |
691,457 | 0.89603 |
691,458 | 0.026427 |
691,459 | 0.998574 |
691,460 | 0.558911 |
691,461 | 0.890988 |
691,462 | 0.999857 |
691,463 | 0.958901 |
691,464 | 0.67845 |
691,465 | 0.997366 |
691,466 | 0.991508 |
691,467 | 0.010335 |
691,468 | 0.999756 |
End of preview. Expand in Data Studio
Here's the enhanced version, honest summary of what actually moved the needle:
What improved it:
- Feature engineering was the real driver: missingness indicators for every column (missingness itself carries signal here), plus ratio/interaction features like social_to_screen, sleep_deficit, weekday_weekend_diff, screen_per_age, etc.
- LightGBM with these new features: OOF AUC 0.9628 (up from 0.9620).
Result:
submission_v2.csv, same valid format (296,302 rows matching sample submission), and it should score modestly above your 0.96323 leaderboard result based on the OOF(Out-of-Fold) gain.
- Downloads last month
- 11