Skip to content

Madhav-Somanath/Adopt-a-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerEarth Machine Learning challenge: Adopt a buddy

Problem statement:

Numerous organizations across the world provide shelter to all homeless animals until they are adopted into a new home. However, finding a loving family for them can be a daunting task at times. This International Homeless Animals Day, we present a Machine Learning challenge to you: Adopt a buddy.

The brighter side of the pandemic is an increase in animal adoption and fostering. To ensure that their customers stay indoors, a leading pet adoption agency plans on creating a virtual-tour experience, showcasing all animals available in their shelter. To enable that, you have been tasked to build a Machine Learning model that determines type and breed of the animal based on its physical attributes and other factors.

Dataset:

The dataset consists of parameters such as: a unique ID assigned to each animal that is up for adoption, date on which they arrived at the shelter, their physical attributes such as color, length and height, among other factors.

Ideation:

The model building tools used are:

  • XGBoost
  • Random Search
  • Grid Search

Result:

The following output was received after submission:

Result

Conclusion:

Better methods can be explored to increase accuracy for the submission, some of which include:

  • CatBoost
  • AdaBoost etc