Skip to content

General fable features useful for extension packages

Notifications You must be signed in to change notification settings

mjskay/fabletools

 
 

Repository files navigation

fabletools

R build status Code test coverage lifecycle Licence

The R package fabletools provides tools for building modelling packages, with a focus on time series forecasting. This package allows package developers to extend fable with additional models, without needing to depend on the models supported by fable.

Installation

You could install the stable version on CRAN:

install.packages("fabletools")

You can install the development version from GitHub:

# install.packages("remotes")
remotes::install_github("tidyverts/fabletools")

About

General fable features useful for extension packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%