Skip to content

searayeah/health-outcome-horses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Predict Health Outcomes of Horses

Task and solution

  • The task involves multi-class classification on tabular data.
  • The evaluation metric is micro-F1 score.
  • Features consist of general data about the horses.
  • The solution incorporates light feature engineering, followed by training a CatBoost model with hyperparameters optimized using Optuna.