This commit is contained in:
Mike Tokic 2021-09-13 15:03:05 -07:00
Родитель 538ce3b3d5
Коммит cc57f198aa
2 изменённых файлов: 1 добавлений и 4 удалений

1
.github/workflows/pkgdown.yaml поставляемый
Просмотреть файл

@ -21,6 +21,7 @@ jobs:
id: install-r
with:
r-version: '4.1.1'
use-public-rspm: true
# - name: Install system dependencies

Просмотреть файл

@ -1,9 +1,5 @@
# Microsoft Finance Time Series Forecasting Framework
<!-- badges: start -->
[![R-CMD-check](https://github.com/microsoft/finnts/workflows/R-CMD-check/badge.svg)](https://github.com/microsoft/finnts/actions)
<!-- badges: end -->
The Microsoft Finance Time Series Forecasting Framework, aka finnts or Finn, is an automated forecasting framework for producing financial forecasts. While it was built for corporate finance activities, it can easily expand to any time series forecasting problem!
- Automated feature engineering, back testing, and model selection.