100+ datasets found
  1. Poker Game dataset

    • kaggle.com
    Updated Sep 18, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hossein Ahmadi (2022). Poker Game dataset [Dataset]. https://www.kaggle.com/datasets/hosseinah1/poker-game-dataset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Sep 18, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Hossein Ahmadi
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description
    1. Title: Poker Hand Dataset

    2. Source Information

      a) Creators:

      Robert Cattral (cattral@gmail.com)
      
      Franz Oppacher (oppacher@scs.carleton.ca)
      Carleton University, Department of Computer Science
      Intelligent Systems Research Unit
      1125 Colonel By Drive, Ottawa, Ontario, Canada, K1S5B6
      

      c) Date of release: Jan 2007

    3. Past Usage:

      1. R. Cattral, F. Oppacher, D. Deugo. Evolutionary Data Mining with Automatic Rule Generalization. Recent Advances in Computers, Computing and Communications, pp.296-300, WSEAS Press, 2002.
        • Note: This was a slightly different dataset that had more classes, and was considerably more difficult.
      • Predictive attribute: Poker Hand (labeled ‘class’)
      • Found to be a challenging dataset for classification algorithms
      • Relational learners have an advantage for some classes
      • The ability to learn high level constructs has an advantage
    4. Relevant Information: Each record is an example of a hand consisting of five playing cards drawn from a standard deck of 52. Each card is described using two attributes (suit and rank), for a total of 10 predictive attributes. There is one Class attribute that describes the “Poker Hand”. The order of cards is important, which is why there are 480 possible Royal Flush hands as compared to 4 (one for each suit – explained in more detail below).

    5. Number of Instances: 25010 training, 1,000,000 testing

    6. Number of Attributes: 10 predictive attributes, 1 goal attribute

    7. Attribute Information: 1) S1 “Suit of card #1” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

      2) C1 “Rank of card #1” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

      3) S2 “Suit of card #2” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

      4) C2 “Rank of card #2” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

      5) S3 “Suit of card #3” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

      6) C3 “Rank of card #3” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

      7) S4 “Suit of card #4” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

      8) C4 “Rank of card #4” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

      9) S5 “Suit of card #5” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

      10) C5 “Rank of card 5” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

      11) CLASS “Poker Hand” Ordinal (0-9)

      0: Nothing in hand; not a recognized poker hand 1: One pair; one pair of equal ranks within five cards 2: Two pairs; two pairs of equal ranks within five cards 3: Three of a kind; three equal ranks within five cards 4: Straight; five cards, sequentially ranked with no gaps 5: Flush; five cards with the same suit 6: Full house; pair + different rank three of a kind 7: Four of a kind; four equal ranks within five cards 8: Straight flush; straight + flush 9: Royal flush; {Ace, King, Queen, Jack, Ten} + flush

    8. Missing Attribute Values: None

  2. h

    PokerBench

    • huggingface.co
    Updated Jul 10, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Richard Zhuang (2025). PokerBench [Dataset]. https://huggingface.co/datasets/RZ412/PokerBench
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 10, 2025
    Authors
    Richard Zhuang
    Description

    PokerBench Overview

    This dataset contains natural language game scenarios and optimal decisions computed by solvers in No Limit Texas Hold’em. It is divided into pre-flop and post-flop datasets, each with training and test splits. The data is stored in both .json and .csv formats:

    JSON files: Contain the natural language prompts (instruction) and optimal decisions (output) derived from the game scenarios.

    CSV files: Contain structured game information from which the JSON files… See the full description on the dataset page: https://huggingface.co/datasets/RZ412/PokerBench.

  3. Data from: Poker Hands

    • kaggle.com
    Updated Jul 17, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Gaurav Dutta (2022). Poker Hands [Dataset]. https://www.kaggle.com/datasets/gauravduttakiit/poker-hands/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 17, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Gaurav Dutta
    Description

    Dataset

    This dataset was created by Gaurav Dutta

    Contents

  4. Poker Datasets

    • kaggle.com
    Updated Jan 22, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Brijesh B. Mehta (2019). Poker Datasets [Dataset]. https://www.kaggle.com/brijeshbmehta/pokerdatasets/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 22, 2019
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Brijesh B. Mehta
    Description

    Context

    I am working in the area of Privacy Preserving Big Data Publishing. The state-of-art approaches were tested on Poker had dataset and its synthetic versions. I found that poker dataset is available at UCI repository but synthetic version wasn't available anywhere. As I am working with big data, I need large size of data to justify my contribution. Therefore, I created my own version of synthetic datasets with 10 millions and 100 millions numbers of records. Here I am sharing the original Poker dataset with 1 million records and both the synthesis versions Poker10m and Poker100m

    Content

    Poker-hand dataset contains 11 columns all numerical with 5 pair of suit and card number which represent the suit and card number of respective card. last column shows the class of the 5 pair of cards.

    Acknowledgements

    I would like to thank UCI repository for providing the base dataset without which I may not be able to synthesis the large data.

    Inspiration

    The dataset might be helpful to all those who wants to work on large numerical dataset.

  5. R

    Poker Table Dataset

    • universe.roboflow.com
    zip
    Updated May 26, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    nic m (2023). Poker Table Dataset [Dataset]. https://universe.roboflow.com/nic-m-wndgw/poker-table
    Explore at:
    zipAvailable download formats
    Dataset updated
    May 26, 2023
    Dataset authored and provided by
    nic m
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Cards Bounding Boxes
    Description

    Set of poker table data for the purpose of training a model for statistical study of the game.

  6. Data from: Poker Flat (POKR) Ground-based Vector Magnetic Field (L2) 0.5 s...

    • catalog.data.gov
    Updated Sep 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NASA Space Physics Data Facility (SPDF) Coordinated Data Analysis Web (CDAWeb) Data Services (2025). Poker Flat (POKR) Ground-based Vector Magnetic Field (L2) 0.5 s Data [Dataset]. https://catalog.data.gov/dataset/poker-flat-pokr-ground-based-vector-magnetic-field-l2-0-5-s-data
    Explore at:
    Dataset updated
    Sep 19, 2025
    Dataset provided by
    NASAhttp://nasa.gov/
    Description

    Poker Flat, AK, Ground-based Vector Magnetic Field Level 2 Data, 0.5 s Time Resolution, Station Code: (POKR), Station Location: (GEO Latitude 65.1, Longitude 212.6), University of Alaska Network

  7. A Dataset of Poker Hand Histories

    • zenodo.org
    zip
    Updated Dec 26, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Juho Kim; Juho Kim (2024). A Dataset of Poker Hand Histories [Dataset]. http://doi.org/10.5281/zenodo.13997158
    Explore at:
    zipAvailable download formats
    Dataset updated
    Dec 26, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Juho Kim; Juho Kim
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 8, 2023
    Description

    A collection of poker hand histories, covering 11 poker variants, in the poker hand history (PHH) format.

    To contribute, please create a pull request or an issue at the accompanying GitHub repository.

    Contents:

    • 21,605,687 uncorrupted no-limit hold'em hands from anonymized hand history logs scraped from July 1st to July 23, 2009, uploaded by HandHQ, of varying stakes (from 25NL to 1000NL).
      • Absolute Poker (1,270,658)
      • Full Tilt Poker (1,299,503)
      • iPoker Network (5,996,345)
      • Ongame Network (1,647,765)
      • PokerStars (3,092,698)
      • PartyPoker (8,298,718)
    • All 83 televised hands played in the final table of the 2023 World Series of Poker Event #43: $50,000 Poker Players Championship | Day 5
    • All 10,000 hands played by Pluribus, published in the supplementary of Brown and Sandholm (2019).
    • 4 selections of historical poker hands.
    • 1 badugi hand from the Wikipedia page on badugi.
  8. v

    Global export data of Poker

    • volza.com
    csv
    Updated Sep 25, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Volza FZ LLC (2025). Global export data of Poker [Dataset]. https://www.volza.com/exports-india/india-export-data-of-poker-to-tanzania
    Explore at:
    csvAvailable download formats
    Dataset updated
    Sep 25, 2025
    Dataset authored and provided by
    Volza FZ LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Count of exporters, Sum of export value, 2014-01-01/2021-09-30, Count of export shipments
    Description

    61 Global export shipment records of Poker with prices, volume & current Buyer's suppliers relationships based on actual Global export trade database.

  9. s

    Clous James Dba The Best Poker Importer/Buyer Data in USA, Clous James Dba...

    • seair.co.in
    Updated Apr 19, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim (2025). Clous James Dba The Best Poker Importer/Buyer Data in USA, Clous James Dba The Best Poker Imports Data [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset updated
    Apr 19, 2025
    Dataset provided by
    Seair Info Solutions PVT LTD
    Authors
    Seair Exim
    Area covered
    United States
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

  10. s

    India Poker Export | List of Poker Exporters & Suppliers

    • seair.co.in
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim, India Poker Export | List of Poker Exporters & Suppliers [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset provided by
    Seair Info Solutions PVT LTD
    Authors
    Seair Exim
    Area covered
    India
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

  11. o

    Poker Flat Cross Street Data in Penn Valley, CA

    • ownerly.com
    Updated Jun 5, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2025). Poker Flat Cross Street Data in Penn Valley, CA [Dataset]. https://www.ownerly.com/ca/penn-valley/poker-flt-home-details
    Explore at:
    Dataset updated
    Jun 5, 2025
    Dataset authored and provided by
    Ownerly
    Area covered
    Penn Valley, California
    Description

    This dataset provides information about the number of properties, residents, and average property values for Poker Flat cross streets in Penn Valley, CA.

  12. Andrew's Preflop Calls

    • kaggle.com
    zip
    Updated Mar 12, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andrew Wang (2024). Andrew's Preflop Calls [Dataset]. https://www.kaggle.com/datasets/andrewmingwang/andrews-preflop-calls
    Explore at:
    zip(0 bytes)Available download formats
    Dataset updated
    Mar 12, 2024
    Authors
    Andrew Wang
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Andrew's Preflop Calls

    This dataset contains (preflop call amount, hand) tuples for my No Limits Texas Hold'em Poker games. The data was collected over a period of one year, and includes over 10,000 hands.

    The dataset can be used to study the preflop calling behavior of poker players. It can also be used to develop strategies for preflop calling.

    Data

    The dataset consists of two files:

    • preflop_calls.csv: This file contains the (preflop call amount, hand) tuples.
    • hands.csv: This file contains the full hand histories for the hands in the preflop_calls.csv file.

    The preflop_calls.csv file has the following columns:

    • hand: The hand that was played.
    • preflop_call_amount: The amount of money that was called preflop.

    The hands.csv file has the following columns:

    • hand: The hand that was played.
    • board: The board cards.
    • players: The players in the hand.
    • actions: The actions taken by the players in the hand.

    Usage

    The dataset can be used to study the preflop calling behavior of poker players. It can also be used to develop strategies for preflop calling.

    To study the preflop calling behavior of poker players, you can use the preflop_calls.csv file to create a histogram of the preflop call amounts. You can also use the preflop_calls.csv file to create a scatterplot of the preflop call amounts against the hand strength.

    To develop strategies for preflop calling, you can use the preflop_calls.csv file to identify the factors that are most predictive of preflop calling. You can then use these factors to develop a model that predicts preflop calling.

    References

    123

  13. w

    .poker TLD Whois Database | Whois Data Center

    • whoisdatacenter.com
    csv
    Updated Aug 21, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AllHeart Web Inc (2025). .poker TLD Whois Database | Whois Data Center [Dataset]. https://whoisdatacenter.com/tld/.poker/
    Explore at:
    csvAvailable download formats
    Dataset updated
    Aug 21, 2025
    Dataset authored and provided by
    AllHeart Web Inc
    License

    https://whoisdatacenter.com/terms-of-use/https://whoisdatacenter.com/terms-of-use/

    Time period covered
    Oct 7, 2025 - Dec 31, 2025
    Description

    .POKER Whois Database, discover comprehensive ownership details, registration dates, and more for .POKER TLD with Whois Data Center.

  14. p

    Poker Locations Data for Colombia

    • poidata.io
    csv, json
    Updated Sep 25, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Business Data Provider (2025). Poker Locations Data for Colombia [Dataset]. https://poidata.io/brand-report/poker/colombia
    Explore at:
    json, csvAvailable download formats
    Dataset updated
    Sep 25, 2025
    Dataset authored and provided by
    Business Data Provider
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    2025
    Area covered
    Colombia
    Variables measured
    Website URL, Phone Number, Review Count, Business Name, Email Address, Business Hours, Customer Rating, Business Address, Brand Affiliation, Geographic Coordinates
    Description

    Comprehensive dataset containing 32 verified Poker locations in Colombia with complete contact information, ratings, reviews, and location data.

  15. O

    Online Poker Report

    • datainsightsmarket.com
    doc, pdf, ppt
    Updated Apr 21, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Data Insights Market (2025). Online Poker Report [Dataset]. https://www.datainsightsmarket.com/reports/online-poker-1944307
    Explore at:
    ppt, pdf, docAvailable download formats
    Dataset updated
    Apr 21, 2025
    Dataset authored and provided by
    Data Insights Market
    License

    https://www.datainsightsmarket.com/privacy-policyhttps://www.datainsightsmarket.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global
    Variables measured
    Market Size
    Description

    The online poker market, while facing regulatory hurdles in certain regions, demonstrates significant growth potential. Driven by increasing smartphone penetration, readily available high-speed internet, and the inherent appeal of poker as a game of skill and chance, the market is projected to experience substantial expansion over the next decade. The diverse range of poker variations, from classic Texas Hold'em to more specialized games like Omaha and Pineapple, caters to a broad player base, fueling market segmentation and innovation. Furthermore, the rise of mobile poker apps and the integration of social features within online poker platforms are contributing to increased accessibility and player engagement. Competition among established players like PokerStars and 888 Poker, alongside the emergence of new entrants and innovative platforms, intensifies market dynamics, prompting continuous improvement in game features, user experience, and security measures. The global reach of online poker is evident in the diverse regional data, with North America and Europe consistently holding significant market share, while emerging markets in Asia and South America offer untapped growth opportunities. However, challenges remain, including stringent regulations and licensing requirements in various jurisdictions, concerns about responsible gambling practices, and the need to counter illicit online poker operations. Despite these challenges, the long-term outlook for the online poker market is positive. Technological advancements, strategic partnerships, and an evolving regulatory landscape will likely shape market growth in the coming years. The market's continued evolution will depend on the industry's ability to adapt to changing player preferences, maintain a balance between profitability and responsible gaming practices, and navigate the complexities of international regulations. Successful operators will be those who leverage data analytics to personalize user experiences, invest in robust security measures to build trust, and effectively market their platforms to attract and retain players. Assuming a conservative CAGR of 10% based on industry trends and considering the market size (let's assume a base year 2025 market size of $5 Billion USD) for the sake of example, the market will likely be substantially larger by 2033. Further, individual game segment data and market share by company would refine this analysis but can be inferred through market research.

  16. z

    India Import Data of Poker Buyers or Importers | ZETTALIX.COM

    • zettalix.com
    Updated Dec 26, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Zettalix (2024). India Import Data of Poker Buyers or Importers | ZETTALIX.COM [Dataset]. https://www.zettalix.com/
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset updated
    Dec 26, 2024
    Dataset authored and provided by
    Zettalix
    Area covered
    India
    Description

    Subscribers can access export and import data for 80 countries using HS codes or product names-ideal for informed market analysis.

  17. s

    Poker Set Import Data India – Buyers & Importers List

    • seair.co.in
    Updated Feb 29, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim (2024). Poker Set Import Data India – Buyers & Importers List [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset updated
    Feb 29, 2024
    Dataset provided by
    Seair Info Solutions PVT LTD
    Authors
    Seair Exim
    Area covered
    India
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

  18. v

    Global import data of Poker Game Set

    • volza.com
    csv
    Updated Sep 26, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Volza FZ LLC (2025). Global import data of Poker Game Set [Dataset]. https://www.volza.com/imports-peru/peru-import-data-of-poker+game+set
    Explore at:
    csvAvailable download formats
    Dataset updated
    Sep 26, 2025
    Dataset authored and provided by
    Volza FZ LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Count of importers, Sum of import value, 2014-01-01/2021-09-30, Count of import shipments
    Description

    54 Global import shipment records of Poker Game Set with prices, volume & current Buyer's suppliers relationships based on actual Global export trade database.

  19. w

    Dataset of books called Starting out in poker

    • workwithdata.com
    Updated Apr 17, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2025). Dataset of books called Starting out in poker [Dataset]. https://www.workwithdata.com/datasets/books?f=1&fcol0=book&fop0=%3D&fval0=Starting+out+in+poker
    Explore at:
    Dataset updated
    Apr 17, 2025
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is about books. It has 1 row and is filtered where the book is Starting out in poker. It features 7 columns including author, publication date, language, and book publisher.

  20. o

    Poker Flats Cross Street Data in Nora, VA

    • ownerly.com
    Updated Jan 19, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2022). Poker Flats Cross Street Data in Nora, VA [Dataset]. https://www.ownerly.com/va/nora/poker-flts-home-details
    Explore at:
    Dataset updated
    Jan 19, 2022
    Dataset authored and provided by
    Ownerly
    Area covered
    Poker Flats, Nora, Virginia
    Description

    This dataset provides information about the number of properties, residents, and average property values for Poker Flats cross streets in Nora, VA.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Hossein Ahmadi (2022). Poker Game dataset [Dataset]. https://www.kaggle.com/datasets/hosseinah1/poker-game-dataset/code
Organization logo

Poker Game dataset

Poker Hands dataset - classification

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Sep 18, 2022
Dataset provided by
Kagglehttp://kaggle.com/
Authors
Hossein Ahmadi
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description
  1. Title: Poker Hand Dataset

  2. Source Information

    a) Creators:

    Robert Cattral (cattral@gmail.com)
    
    Franz Oppacher (oppacher@scs.carleton.ca)
    Carleton University, Department of Computer Science
    Intelligent Systems Research Unit
    1125 Colonel By Drive, Ottawa, Ontario, Canada, K1S5B6
    

    c) Date of release: Jan 2007

  3. Past Usage:

    1. R. Cattral, F. Oppacher, D. Deugo. Evolutionary Data Mining with Automatic Rule Generalization. Recent Advances in Computers, Computing and Communications, pp.296-300, WSEAS Press, 2002.
      • Note: This was a slightly different dataset that had more classes, and was considerably more difficult.
    • Predictive attribute: Poker Hand (labeled ‘class’)
    • Found to be a challenging dataset for classification algorithms
    • Relational learners have an advantage for some classes
    • The ability to learn high level constructs has an advantage
  4. Relevant Information: Each record is an example of a hand consisting of five playing cards drawn from a standard deck of 52. Each card is described using two attributes (suit and rank), for a total of 10 predictive attributes. There is one Class attribute that describes the “Poker Hand”. The order of cards is important, which is why there are 480 possible Royal Flush hands as compared to 4 (one for each suit – explained in more detail below).

  5. Number of Instances: 25010 training, 1,000,000 testing

  6. Number of Attributes: 10 predictive attributes, 1 goal attribute

  7. Attribute Information: 1) S1 “Suit of card #1” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

    2) C1 “Rank of card #1” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

    3) S2 “Suit of card #2” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

    4) C2 “Rank of card #2” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

    5) S3 “Suit of card #3” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

    6) C3 “Rank of card #3” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

    7) S4 “Suit of card #4” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

    8) C4 “Rank of card #4” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

    9) S5 “Suit of card #5” Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}

    10) C5 “Rank of card 5” Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)

    11) CLASS “Poker Hand” Ordinal (0-9)

    0: Nothing in hand; not a recognized poker hand 1: One pair; one pair of equal ranks within five cards 2: Two pairs; two pairs of equal ranks within five cards 3: Three of a kind; three equal ranks within five cards 4: Straight; five cards, sequentially ranked with no gaps 5: Flush; five cards with the same suit 6: Full house; pair + different rank three of a kind 7: Four of a kind; four equal ranks within five cards 8: Straight flush; straight + flush 9: Royal flush; {Ace, King, Queen, Jack, Ten} + flush

  8. Missing Attribute Values: None

Search
Clear search
Close search
Google apps
Main menu