Skip to content

xsjk/Stock-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Prediction

Usage

Example

python -m utils.preprocess --targets Apple --processors technical_indicators fourier_components news_features
python -m utils.train new Apple --num-days-for-predict 60 --batch-size 32 --learning-rate 0.0001 --optimizer adamax
python -m utils.train resume model_checkpoint.ckpt
python -m utils.test lightning_logs/version_51/checkpoints/epoch=916-step=20174.ckpt
tensorboard --logdir lightning_logs

Requirements

python >= 3.10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors