You have to solve a multi-label classification problem statement.
It contains two files: train.csv and test.csv.
The dataset contains the following columns:
LossDescription: Description of Event
ResultingInjuryDesc: Injury Description
PartInjuredDesc: Body Part Injured Description
Cause - Hierarchy 1: Cause Hierarchy 1
Body Part - Hierarchy 1: Body Part Hierarchy 1
Index: Identifier
Tasks:
Perform exploratory data analysis (EDA) on the dataset.
Train multi-label classification models to predict "Cause - Hierarchy 1" and "Body Part - Hierarchy 1" when other columns are given.
Two models will be required to predict each target variable.