ML 1 2 3 4
ML 1 2 3 4
ML 1 2 3 4
Practical:1
Aim: Write a python code to implement decision tree for below given
dataset. Identify the root node and all subpart or children of node and draw
the tree.
Practical:2
Aim: Write a python code to apply Naive Bayesian algorithm to clasify that
whether a person can buy computer or not based on given test data.
Practical:3
Aim: Write a python code to implement Naïve Bayesian algorithm for wine
dataset.
Practical:4
Aim: Write a python code to implement Decision Tree algorithm Iris Dataset
(from sklearn.dataset import load_iris)
Practical:4
Aim: Write a python code to implement K Nearest Neighbourhood algorithm
Breast Cancer Wisconsin Dataset (from sklearn.dataset import
load_breast_cancer) .