Skip to content

Commit

Permalink
Fix : StockMarket
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Nov 18, 2023
1 parent 17d95ae commit 451f52d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
import tensorflow as tf
import random, requests, time
import yfinance as yf
from datetime import datetime, timedelta
from datetime import timedelta
import datetime
import time
from bs4 import BeautifulSoup
from konlpy.tag import Okt
from scipy.optimize import minimize
Expand Down
Binary file modified best_model.h5
Binary file not shown.

0 comments on commit 451f52d

Please sign in to comment.