etna icon indicating copy to clipboard operation
etna copied to clipboard

Add list of columns that will be dropped in Prophet model

Open iKintosh opened this issue 2 years ago • 0 comments

🚀 Feature Request

We show dropped columns during fitting SARIMAX, but don't show it for the Prophet.

Proposal

We should add the list of dropped columns during fitting of ProphetModel like we do for SARIMAXModel:

  warnings.warn(
      message=f"Prophet model does not work with exogenous features (features unknown in future).\n "
      f"{column_to_drop} will be dropped"
  )

Additional context

No response

iKintosh avatar Jun 17 '22 12:06 iKintosh