docker container์ ๋ํด ์์๋ณด๊ธฐ
Decision trees in machine learning: what is it and how to test and run models in Python
ํ๋ฅ ์ ๊ฒฝ์ฌ ํ๊ฐ๋ฒ(Stochastic Gradient Descent) ์ ๋ฆฌ
How to install docker engine on Ubuntu
Following up on the previous article, we'll see how we can visualize the predicted data in an easy to read graph
Following up on the previous article, we'll predict sales data using Google's Vertex AI
Quick and simple tutorial on how to use BigQuery and SQL
Cloud Forecast ์ ํ ๋น๊ต
์ค๋์ RNN ๋ชจ๋ธ์ค ํ๋์ธ LSTM์ ํตํด ์ผ์ฑ์ ์ ์ฃผ๊ฐ๋ฅผ ์์ธกํด๋ณด๊ฒ ์ต๋๋ค.
๋ฐ์ดํฐ์
์์ฑ
๋ฐ์ดํฐ์
์ ๋ค์ด๋ก๋ ํ๊ณ ์ ํ๋ ๊ฒฝ์ฐ ๋งํฌ์ ์ ์ํ์ฌ ๋ฐ์ ์ ์์ต๋๋ค.
df_price = pd.read_csv(os.path.join(data_path, '01-์ผ์ฑ์ ์-์ฃผ๊ฐ.csv'), encoding='utf8')
df_price.describe()
์ปฌ๋ผ์ ์ผ์, ์๊ฐ, ๊ณ ๊ฐ, ์ ๊ฐ, ์ข
๊ฐ, ๊ฑฐ๋๋์ผ๋ก ๊ตฌ์ฑ ๋์ด์์ผ๋ฉฐ ์ด 9,288๊ฐ์ record๋ฅผ ๊ฐ๊ณ ์์ต๋๋ค.
ํด๋น ๋ฐ์ดํฐ ์คํค๋ง๋ฅผ ๊ฐ๊ณ ๋ฏธ๋ ํน์ ์์ ์ โ์ข
๊ฐโ๋ฅผ ์์ธกํด๋ณด๊ฒ ์ต๋๋ค.
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import matplotlib.pyplot as plt
import seaborn as sns
๋ฐ์ดํฐ ์ ์ฒ๋ฆฌ ๋ฐ ์๊ฐํ
๋ ์งํ ๋ณํ(-> datetime)
```python
pd.to_datetime(df_price[โ์ผ์โ], format=โ%Y%m%dโ)
0 2020-01-07
1 2020-01-06
2 2020-01-03
3 2020-01-02
4 2019-12-30
Basic RNN ์๊ณ ๋ฆฌ์ฆ์ ์ฝ์