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.85k
stars
1.96k
forks
source link
Where can I find the "Core" library? #87
Closed
marciahon29 closed 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!