One Month LigaPro Table Tennis Dataset
One month LigaPro table tennis matches
@kaggle.medaxone_one_month_ligapro_table_tennis_dataset
One month LigaPro table tennis matches
@kaggle.medaxone_one_month_ligapro_table_tennis_dataset
One month LigaPro table tennis matches. (05.07 - 02.08.2022). Perfect for prediction exercise. Try to create a model that will predict the winner or strength of the player. Post your findings and let's discuss them!
CREATE TABLE ligaprotabletennis (
"date" TIMESTAMP,
"player1" VARCHAR,
"player2" VARCHAR,
"sets_p1" DOUBLE,
"sets_p2" BIGINT,
"p1_g1" BIGINT,
"p2_g1" BIGINT,
"p1_g2" BIGINT,
"p2_g2" BIGINT,
"p1_g3" BIGINT,
"p2_g3" BIGINT,
"p1_g4" DOUBLE,
"p2_g4" DOUBLE,
"p1_g5" DOUBLE,
"p2_g5" DOUBLE,
"homewinner" DOUBLE
);Anyone who has the link will be able to view this.