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
Data Set about a batsman can score 100 in a particular match or not.
@kaggle.shoaibmuhammad123_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
CREATE TABLE score_100 (
"runs" BIGINT,
"form" BIGINT,
"score_100" BIGINT
);Anyone who has the link will be able to view this.