microsoft / finnts

Microsoft Finance Time Series Forecasting Framework (FinnTS) is a forecasting package that utilizes cutting-edge time series forecasting and parallelization on the cloud to produce accurate forecasts for financial data.
https://microsoft.github.io/finnts
Other
190 stars 34 forks source link

v0.1.0 release #85

Closed mitokic closed 3 years ago

mitokic commented 3 years ago

final updates before creating v0.1.0 and submitting to CRAN

mitokic commented 3 years ago

Ah the classic "it works on my machine"....seems like an update to modeltime or timetk. Will investigate and fix before an official review. So close to CRAN submission!

mitokic commented 3 years ago

problem was with an update to the timetk::pad_by_time function. The update makes it run faster, but removes the previous functionality of being able to pad missing values with 0 within dplyr groups. Will be submitting a bug to the timetk github. Currently have a workaround, and will then update in Finn once the bug is fixed in timetk. New commit inbound

mitokic commented 3 years ago

ready to final review @AKannanMSFT

mitokic commented 3 years ago

ok final final commit before merge and CRAN submission :)