/Zoo-Classification

Machine Learning Assignment for Artificial Intelligence Class

Primary LanguageJupyter Notebook

#Zoo Classification Dataset:

Objective:

  • Classification of the animals, based upon the variables.

To do:

  • Exploratory data analysis, i.e., summarise the dataset
  • Data visualization
  • Evaluate algorithms and build the model
    • Decision Trees (DecisionTreeClassifier), K-Nearest Neighbors (KNeighborsClassifier), Support Vector Machines (SVC)
  • Make Prediction using the best algorithm

Packages (python):

  • scipy, numpy, matplotlib, pandas, scikit-learn