Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream version of `sktime` bugfix sktime/sktime#4633 This fixes a bug in `get_fitted_params` of `_HeterogenousMetaEstimator`, which is at the root of sktime/sktime#4574. `get_fitted_params` of `_HeterogenousMetaEstimator` was accidentally calling the private interface point of components rather than the public interface point that it should have. For reviewers: the first call should be to `_get_fitted_params` of the base class, which is correct. Subsequent calls to components should be to the public interface, `get_fitted_params`.
- Loading branch information