KevinJustinYu / Stock-Market-Analysis

Tool that fetches company data, statistics, and financials for valuation and analysis, and then performs automated valuation analysis.
19 stars 8 forks source link

xgbr_latest gets updated for every trained model in predict_price_time_averaged() #6

Closed KevinJustinYu closed 4 years ago

KevinJustinYu commented 4 years ago

When predict_price_time_averaged is called it calls train_and_get_model on each day in the window. Inside of train_and_get_model() we save the trained model to xgbr_latest.dat

KevinJustinYu commented 4 years ago

Fixed in b156dd2.