-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[ENH] prioritizing make_reduction related items from davidgilbertson use case #4848
Copy link
Copy link
Open
Labels
enhancementAdding new functionalityAdding new functionalityfeature requestNew feature or requestNew feature or requestimplementing algorithmsImplementing algorithms, estimators, objects native to sktimeImplementing algorithms, estimators, objects native to sktimemodule:forecastingforecasting module: forecasting, incl probabilistic and hierarchical forecastingforecasting module: forecasting, incl probabilistic and hierarchical forecasting
Metadata
Metadata
Assignees
Labels
enhancementAdding new functionalityAdding new functionalityfeature requestNew feature or requestNew feature or requestimplementing algorithmsImplementing algorithms, estimators, objects native to sktimeImplementing algorithms, estimators, objects native to sktimemodule:forecastingforecasting module: forecasting, incl probabilistic and hierarchical forecastingforecasting module: forecasting, incl probabilistic and hierarchical forecasting
Type
Projects
Status
rework
@davidgilbertson, thanks a lot for the various bug reports, improvement ideas, and code snippets!
May we kindly ask, if you were to set a priority from the entire space, would it be still this? #4776
That is, ensure that the following use case is supported:
fhXXfeatures including categorical variablesX, or no lags onX(choice)sklearnestimatorXrequirements:
make_reducewith similar estimator without specifying categorical variablesget_fitted_paramsshould be inspectable with clear, identifiable, reference to transformed variables, e.g., whenLinearRegressoris usedThe above being a combination of feature requests (e.g., variable name inspection) and bugfix (potential ways to treat this combination case don't fully work yet).