검색결과 리스트
글
Machine learning algorithms can help us to estimate the risk of a financial decision
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
'컴퓨터' 카테고리의 다른 글
Wes McKinney - Apache Arrow and the Future of Data Frames (0) | 2020.07.03 |
---|---|
docker container에서 메일 보내기 (0) | 2020.07.02 |
How to Install PHP 5.6 on CentOS 7 (0) | 2020.07.02 |
image-super-resolution (1) | 2020.04.10 |
7 Innovative Machine Learning GitHub Projects you Should Try Out in Python (0) | 2020.04.10 |