-
- Load the dataset from the csv file.
-
- Use “groupby” operation, to find the average number of runs, scored by each country, and represent it on a bar graph.
-
-
Handle Missing values:
a. If there are null values in continuous numerical column, replace the null values by the mean of that column
b. If there are null values in ordinal numerical column, replace the null values by the mode of that column
c. If there are null values in categorical column, replace the null values by the mode of that column
d. If more than 50%the values in a column are null, then drop that entire column
-
-
- Remove the columns, that you think, do not contribute to the total score, in the first innings.
-
- Convert the categorical columns (if any), to numeric, using one hot encoding/ dummy encoding.
-
- Pick “total” column, as the target variable
-
- Select the relevant features.
-
- Perform train-test-split
-
- Perform Feature scaling
-
-
Use
a. Use Linear Regression
b. Use Decision Tree Regression
c. Use Random Forest Regression
-
-
- Evaluate the model
-
- Apply prediction
-
Notifications
You must be signed in to change notification settings - Fork 0
csjmu184/Predict-score-in-a-ODI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published