Skip to main content

December 1, 2022

Miscellaneous improvements

  • DSL: Deprecate model_by_id() and backtests() in favor of the new functions model_predictions() and model_backtests() which function the same way.
  • DSL: Return entity display names as labels from tag() signal instead of resource names.
  • DSL: In .forecast(..) method, handle time series where frequency cannot be determined.