Objectives

  • learn basics of pandas package
  • warming up with simple classifiers
  • validation concept

Deadline

Deadline for online submission will be on Saturday 28/3/2020 11:00 PM

Joining to Assignment Repository

This is an individual assignment

  1. Consider the following helping code here
  2. Go to the Assignment Page.
  3. Accept the assignment.
  4. Wait till your repository created.
  5. Open the link and Clone repository.

Required

  1. build a naive bayes classifier for iris flowers dataset
  2. its recommended to use the same function used in the tutorial
  3. provide some statistics for the dataset in a markdown report. like tutorial 1

Submitting

$ git commit -a -m "done"
$ git push origin master