Skip to content

Instantly share code, notes, and snippets.

View FinanceData's full-sized avatar
๐Ÿ’ญ
I may be slow to respond.

FinanceData.KR FinanceData

๐Ÿ’ญ
I may be slow to respond.
View GitHub Profile
@FinanceData
FinanceData / notebook.ipynb
Last active June 6, 2021 15:02
Keras 08 - LSTM - ๋‹ค์–‘ํ•œ ๊ตฌ์„ฑ.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / README.MD
Last active July 26, 2020 09:52
Predictive Bank Marketing Analysis (UCI datasets)

Bank Marketing

  • bank.xlxs (train:7000 rows, test:3000 rows)
import pandas as pd  

train = pd.read_excel('http://bit.ly/2Oi4nq8', sheet_name='train')      
test = pd.read_excel('http://bit.ly/2Oi4nq8', sheet_name='test')        

len(train), len(test) # (7000, 3000)
@FinanceData
FinanceData / ๊ณต์‹œ๊ฒ€์ƒ‰_์ƒ์„ธ์œ ํ˜•.md
Created January 23, 2020 15:52
๊ณต์‹œ๊ฒ€์ƒ‰ ์ƒ์„ธ์œ ํ˜•

๊ณต์‹œ๊ฒ€์ƒ‰ ์ƒ์„ธ์œ ํ˜•

@FinanceData
FinanceData / Tutorial_01_Basic_Classification.ipynb
Created July 13, 2019 23:54
Tutorial_01_Basic_Classification
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / readme.md
Last active October 7, 2018 12:18
requirements.txt ์˜ˆ์‹œ

์‚ฌ์šฉ์˜ˆ์‹œ (์ฃผํ”ผํ„ฐ ๋…ธํŠธ๋ถ)

!curl -L -o requirements.txt https://goo.gl/cBcBje
!pip install -q -r requirements.txt
@FinanceData
FinanceData / readme.md
Created June 22, 2018 03:48
pandas-datareader ์„ค์น˜

pandas-datareader ์„ค์น˜

@FinanceData
FinanceData / README.md
Created April 2, 2018 08:38
์œˆ๋„์šฐ ์ฝ˜์†” ์ธ์ฝ”๋”ฉ

949 (์œ ๋‹ˆ์ฝ”๋“œ)

chcp 65001

949 (ํ•œ๊ตญ์–ด)

chcp 949 
@FinanceData
FinanceData / LGํ™”ํ•™.csv
Last active March 30, 2018 04:47
์˜ˆ์ œ ๋ฐ์ดํ„ฐ
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 10.
๋…„/์›”/์ผ,์ข…๊ฐ€,๋Œ€๋น„,๊ฑฐ๋ž˜๋Ÿ‰(์ฃผ),๊ฑฐ๋ž˜๋Œ€๊ธˆ(์›),์‹œ๊ฐ€,๊ณ ๊ฐ€,์ €๊ฐ€,์‹œ๊ฐ€์ด์•ก(๋ฐฑ๋งŒ),์ƒ์žฅ์ฃผ์‹์ˆ˜(์ฃผ)
2017/12/28,"405,000","10,500","169,517","68,358,962,775","396,500","407,000","395,000","28,589,899","70,592,343"
2017/12/27,"394,500","2,500","138,310","54,352,710,500","394,000","395,000","391,000","27,848,679","70,592,343"
2017/12/26,"392,000","-1,500","267,020","105,171,154,250","393,500","395,000","392,000","27,672,198","70,592,343"
2017/12/22,"393,500","2,500","134,256","52,831,746,500","391,500","395,000","389,500","27,778,087","70,592,343"
2017/12/21,"391,000","-7,000","123,480","48,508,597,000","398,500","398,500","391,000","27,601,606","70,592,343"
2017/12/20,"398,000","-500","142,948","56,797,800,000","396,500","398,500","395,000","28,095,753","70,592,343"
2017/12/19,"398,500","1,000","135,439","53,811,949,500","399,500","399,500","395,500","28,131,049","70,592,343"
2017/12/18,"397,500","3,500","158,523","62,751,474,500","396,000","398,000","393,000","28,060,456","70,592,343"
2017/12/15,"394,000","4,000","197,159","77,749,749,500","395,000","397,
@FinanceData
FinanceData / ์ฐจํŠธ ์ด๋ฏธ์ง€.ipynb
Created March 25, 2018 03:37
์ฐจํŠธ ์ด๋ฏธ์ง€
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.