In This Repository, I put Jupyter File
Which has following Topics Cover:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
- Handle Null Values
- Deal with Outliers
- Scale data With
from sklearn.preprocessing import StandardScaler
-
KNearestNeighbors
- For more accuracy Decide n_neighbor value.
- ROC CURVE Analysis
-
Logistic Regression
- ROC CURVE Analysis
-
Random Forest
- ROC CURVE Analysis