Skip to content

Instantly share code, notes, and snippets.

View Magesh-Sundaravel's full-sized avatar

Magesh Sundaravel Magesh-Sundaravel

View GitHub Profile
@Magesh-Sundaravel
Magesh-Sundaravel / LogisticRegressionProject.py
Created January 11, 2023 16:09
LogisticRegressionProjectUsingAdversitementDataset
# Importing all the libraries
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
# Get the Data
ad_data=pd.read_csv("C:\\Users\MageshMacpeth\Desktop\\advertising.csv")