Assignment 1: Bayesian Rule
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
- Consider the following helping code here
- Go to the Assignment Page.
- Accept the assignment.
- Wait till your repository created.
- Open the link and Clone repository.
Required
- build a naive bayes classifier for iris flowers dataset
- its recommended to use the same function used in the tutorial
- provide some statistics for the dataset in a markdown report. like tutorial 1
Submitting
$ git commit -a -m "done"
$ git push origin master