You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Two models will be required to predict each target variable.
The text was updated successfully, but these errors were encountered: