Skip to content

Commit

Permalink
Fixing tensorflow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lwdovico committed Aug 12, 2022
1 parent 852a470 commit 3d566ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions price_predictor/price_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from sklearn.preprocessing import MinMaxScaler

os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
from tensorflow.keras.models import load_model
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense
Expand Down

0 comments on commit 3d566ff

Please sign in to comment.