Skip to content

Instantly share code, notes, and snippets.

@kiddojazz
Created January 15, 2023 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiddojazz/187b947b309324c6385f9b5e16c03751 to your computer and use it in GitHub Desktop.
Save kiddojazz/187b947b309324c6385f9b5e16c03751 to your computer and use it in GitHub Desktop.
import yfinance as yf
#Import the Libraries
import math
import pandas_datareader as web
import numpy as np
import pandas as pd
from sklearn.preprocessing import MinMaxScaler
from keras.models import Sequential
from keras.layers import Dense, LSTM
import matplotlib.pyplot as plt
import datetime
plt.style.use("fivethirtyeight")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment