ellisp / forecastxgb-r-package

An R package for time series models and forecasts with xgboost compatible with {forecast} S3 classes
GNU General Public License v3.0
140 stars 42 forks source link

Add Box Cox option #19

Closed ellisp closed 7 years ago

ellisp commented 7 years ago

or even sign(x)(boxcox(abs(x))). At least do it and see if it helps as an option or not.