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

한글 녹취?

일상 2020. 7. 2. 10:06

인공지능 받아쓰기 서비스 다글로 출시
음성인식기술 자체보유…정확도 95% 높여
http://news.bizwatch.co.kr/article/mobile/2019/04/22/0017

다글로
https://daglo.ai

영상편집 Vrew
https://vrew.voyagerx.com/ko/

How to Install PHP 5.6 on CentOS 7

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

How to Install PHP 5.6 on CentOS 7
https://www.tecmint.com/install-php-5-6-on-centos-7/