Poker Game Dataset
Poker Hands dataset - classification
@kaggle.hosseinah1_poker_game_dataset
Poker Hands dataset - classification
@kaggle.hosseinah1_poker_game_dataset
CREATE TABLE poker_hand_training (
"suit_of_card_1" BIGINT,
"rank_of_card_1" BIGINT,
"suit_of_card_2" BIGINT,
"rank_of_card_2" BIGINT,
"suit_of_card_3" BIGINT,
"rank_of_card_3" BIGINT,
"suit_of_card_4" BIGINT,
"rank_of_card_4" BIGINT,
"suit_of_card_5" BIGINT,
"rank_of_card_5" BIGINT,
"poker_hand" BIGINT
);
Anyone who has the link will be able to view this.