Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: skip loading unitialized model from state
This is due to the fact that `TransformedTargetRegressor` receives a `regressor` as input, then clones it for every `fit` and sets it to `regressor_`, leaving the original `regressor` uninitialized forever.
- Loading branch information