Baselight

Batsman Score Hundread Or Not

Data Set about a batsman can score 100 in a particular match or not.

@kaggle.shoaibmuhammad123_batsman_score_hundread_or_not

Loading...
Loading...

About this Dataset

Batsman Score Hundread Or Not

This dataset is best for classification problem for any beginner So, that He/She can predict that a batsman can score hundred runs or not in a single match.

It has three features

  • Batsman current run
  • Batsman form in recent
  • Score 100 or not🏏
Description of Columns
  1. runs
  • The runs column represent the current score of a batsman while batting, and the batsman is currently is in not out state.
  1. form
  • form column represent the run scoring status of a batsman in recent matches. It is in the range of 1-10, 1 ,2,3 represent the bad form, 4,5,6,7 represent the average form, 8,9,10 represent that the batsman is in good form in recent matches.
  1. Score_100
  • Score_100 column represent that the bastaman can score a century or not who is currently in batting.

Tables

Score 100

@kaggle.shoaibmuhammad123_batsman_score_hundread_or_not.score_100
  • 3.09 kB
  • 50 rows
  • 3 columns
Loading...
CREATE TABLE score_100 (
  "runs" BIGINT,
  "form" BIGINT,
  "score_100" BIGINT
);

Share link

Anyone who has the link will be able to view this.