Introduction Credit card companies use personal information and data submitted by credit card applicants to calculate credit scores. They use this credit score to predict the appl...
BytHee
Cancel[DACON] Credit Card Delinquency Level Prediction(LightGBM)
Dimension Reduction using PCA
Configuration Data Loading from sklearn import datasets from sklearn.decomposition import PCA import matplotlib import matplotlib.pyplot as plt %matplotlib inline breast_cancer = da...
Multiple Linear Regression (Boston Housing Dataset)
Configuration Data Preprocessing from sklearn import datasets from sklearn import linear_model from sklearn.metrics import mean_squared_error import pandas as pd boston = datasets.l...