MACHINE LEARNING Lab Index
SL No Date Description
1 20/12/2024 1. Pandas Library a) Write a python program to implement
Pandas Series with labels. b) Create a Pandas Series from a
dictionary. c) Creating a Pandas Data Frame. d) Write a
program which makes use of the following Pandas
methods i) describe () ii) head () iii) tail () iv) info ()
2 03/01/2025 Pandas Library: Visualization a) Write a program which use
pandas inbuilt visualization to plot following graphs: i. Bar
plots ii. Histograms iii. Line plots iv. Scatter plots
3 24/01/2025 Write a Program to Implement Breadth First Search using
Python.
4 31/02/2025 Write a program to implement Best First Searching
Algorithm.
5 07/02/2025 Write a Program to Implement Depth First Search using
Python.
6 14/02/2025 Write a program to implement the Heuristic Search
7 21/02/2025 Write a python program to implement A* and AO*
algorithm.
8 28/02/2025 Apply the following Pre-processing techniques for a given
dataset. a. Attribute selection b. Handling Missing Values
c. Discretization d. Elimination of Outliers.
9 07/03/2025 Apply KNN algorithm for classification and regression
10 07/03/2025 Demonstrate decision tree algorithm for a classification
problem and perform parameter tuning for better results
11 21/03/2025 Apply Random Forest algorithm for classification and
regression
12 21/03/2025 Demonstrate Naïve Bayes Classification algorithm.