일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- GitHub
- Splunk
- synology
- keras
- javascript
- CNN
- Python
- pandas
- pycharm
- DFS
- Series
- RNN
- install
- mean
- Numpy
- Lotto
- LSTM
- pip
- Button
- SPL
- index
- imread
- SciPy
- 알고리즘
- dataframe
- 삼성소프트웨어멤버십
- mariadb
- GT-S80
- E-P1
- ipad
Archives
- Today
- Total
목록파일 업로드 (1)
잠토의 잠망경
[ai] Prophet
colab에 파일 업로드하기 from google.colab import files myfile = files.upload() 날짜 Prophet은 2021-01-02 같은 형식으로 해야 인식된다. prophet 써보기 from fbprophet import Prophet from google.colab import files myfile = files.upload() from pandas import DataFrame import pandas as pd import io rawdatas = pd.read_csv(io.BytesIO(myfile['new 1.txt'])) rawdatas = rawdatas.iloc[::-1] print(rawdatas) df = rawdatas.reset_..
공부/Python
2021. 5. 29. 01:08