Skip to content

MohamedYasser343/Improved-Time-Series-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improved-Time-Series-Prediction

Time series prediction using time steps technique

The accuracy of this model is higher and it is an improvement over the one I created.


How To Install

install the project:

git clone https://github.com/MohamedYasser343/Improved-Time-Series-Prediction.git

Upload the code on jupyter notebook and run it

or

you can use time-series-prediction-model.pkl using this code:

import pickle
loaded_model = pickle.load(open(time-series-prediction-model.pkl, 'rb'))
loaded_model.predict(X_test)

About

Time series prediction using time steps technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published