0% found this document useful (0 votes)
24 views3 pages

ML Lab Exp 2.1 - SAHUL

Sahul Kumar Parida completed Experiment 2.1 for the Machine Learning Lab course. The experiment involved implementing support vector machine (SVM) on a dataset and analyzing the accuracy using logistic regression. Parida used Jupyter Notebook, pandas, and matplotlib to implement SVM on the insurance_data.csv and appleorange.csv datasets and analyze the results. Parida learned about SVM, logistic regression, analyzing datasets in Python, relevant Python libraries and packages, and different machine learning functions.

Uploaded by

Sahul Parida
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views3 pages

ML Lab Exp 2.1 - SAHUL

Sahul Kumar Parida completed Experiment 2.1 for the Machine Learning Lab course. The experiment involved implementing support vector machine (SVM) on a dataset and analyzing the accuracy using logistic regression. Parida used Jupyter Notebook, pandas, and matplotlib to implement SVM on the insurance_data.csv and appleorange.csv datasets and analyze the results. Parida learned about SVM, logistic regression, analyzing datasets in Python, relevant Python libraries and packages, and different machine learning functions.

Uploaded by

Sahul Parida
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

Experiment 2.1
Student Name: Sahul Kumar Parida UID: 20BCS4919
Branch: CSE Section/Group: WM904/B
Semester: 5th Date of Performance: 13/09/22
Subject Name: Machine Learning Lab Subject Code: CSP-317

1. Aim/Overview of the practical:

Implement Support Vector Machine on any data set and analyze the accuracy with Logistic
regression.

2. Task to be done:

i) To implement SVM on any standard dataset.

ii) To analyze the accuracy with Logistic Regression.

3. Apparatus/Simulator used:
 Jupyter Notebook/Google Collab
 pandas
 matplotlib

4. Code and Output:

insurance_data.csv dataset

1
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

2
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

appleorange.csv dataset

Learning outcomes (What I have learnt):

1. Understanding of Support Vector Machine and Logistic Regression.


2. Able to analyze different datasets with the help of python libraries.
3. Learning about different library/packages of python.
4. Learning about the different methods, that are needed to analyze the given dataset.
5. Learning about different Machine Learning Functions.

You might also like