Baselight

Sberbank Gender Prediction

Prediction of client gender on card transactions

@kaggle.nenriki_sberbank_gender_prediction

Train Set
@kaggle.nenriki_sberbank_gender_prediction.train_set

  • 46.76 KB
  • 6000 rows
  • 2 columns
client_id

Client Id

target

Target

75063019
862276471
6506523
50615998
95213230
26030145
54372604
98882512
19287737
876297401

CREATE TABLE train_set (
  "client_id" BIGINT,
  "target" BIGINT
);