Machine learning algorithms can help us to estimate the risk of a financial decision

컴퓨터 2020. 7. 2. 10:28

Financial Data Analysis – Data Processing 1: Loan Eligibility Prediction
https://www.kdnuggets.com/2018/09/financial-data-analysis-loan-eligibility-prediction.html

Machine learning algorithms can help us to estimate the risk of a financial decision
https://towardsdatascience.com/financial-data-analysis-80ba39149126

특정 값이 있는 row만

df = df.loc[(df['loan_status'].isin(['Fully Paid', 'Charged Off']))]

df.shape
(457728, 151)

중복 제거

df.drop_duplicates(inplace= True)

csv data
https://drive.google.com/drive/folders/1SrC90L7273QT2r3d6UBFmifwxo5qVqlY

ArcPy is a Python site package that provides a useful and productive way to perform geographic data analysis, data conversion,

data management, and map automation with Python.
https://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-arcpy-.htm