Sberbank Gender Prediction
Prediction of client gender on card transactions
@kaggle.nenriki_sberbank_gender_prediction
Prediction of client gender on card transactions
@kaggle.nenriki_sberbank_gender_prediction
CREATE TABLE transactions (
"client_id" BIGINT,
"datetime" VARCHAR,
"code" BIGINT,
"type" BIGINT,
"sum" DOUBLE
);
Anyone who has the link will be able to view this.