Why reshape is needed for Sequential models after minmaxscaler class? and how to use?
My recent project is based on ‘Stock Prediciton” I’m working on df[“Open”] as nd.array.
Trying to understand intuitively how this works and whether my predicted data will be correct or not.