일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- elasticsearch cache
- Elasticsearch
- IONQ
- dbeaver
- aqqle
- api cache
- JPA
- NORI
- Cache
- KNN
- aggs
- java
- redis
- request cache
- java crawler
- mysql
- 테슬라
- vavr
- Analyzer
- ann
- file download
- TSLA
- 아이온큐
- Aggregation
- 양자컴퓨터
- API
- Docker
- Query
- Elastic
- Selenium
- Today
- Total
목록전체 글 (184)
아빠는 개발자
내가 .. 물려있는 테슬라 LSTM 으로 주가 예측을 해서 탈출해보자 tensorflow 1 버전으로 작업된 내용이 있긴하다. 내 PC에 깔린게 2다 보니.. 테슬라의 주가는 야후 finance 에서 historical Data 에서 받으면 된다. 날짜 범위를 Max 로 넣고 다운로드 import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklearn.preprocessing import MinMaxScaler from tensorflow.keras.models import Sequential from tensorflow.keras.layers import LSTM, Dense, Dropout # Load your stoc..
인덱스 복사 # -*- coding: utf-8 -*- import time import json import datetime as dt from datetime import datetime from elasticsearch import Elasticsearch from elasticsearch.helpers import bulk import requests import ssl import urllib3 from time import sleep from urllib import parse from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor print(ssl.OPENSSL_VERSION) urllib3.disable_warnings..