Learn practical skills, build real-world projects, and advance your career

Logistic Regression

Importing the libraries

import numpy as np
import matplotlib.pyplot as plt
import pandas as pd

Importing the dataset

dataset = pd.read_csv('Defect Calculation1.csv')