jaungiers / LSTM-Neural-Network-for-Time-Series-Prediction

LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
GNU Affero General Public License v3.0
4.79k stars 1.95k forks source link

Where can I find the "Core" library? #87

Closed marciahon29 closed 3 years ago

marciahon29 commented 3 years ago

Hello,

In the code, the following are needed:

from core.data_processor import DataLoader from core.model import Model

I don't know how to install this "core" library.

I appreciate all the help I can get!

marciahon29 commented 3 years ago

Silly me, it is a folder in the project!