scikit-learn: More efficient MissingIndicator.fit_transform
Currently, we use self.fit(X, y).transform(X)
. In this way, we actually call _get_missing_features_info
twice, which is not necessary.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- Change fit_transform of MissingInformation class to prevent it from calling _get_missing_features_info twice (#14278) — committed to harsh020/scikit-learn by deleted user 5 years ago
welcome to contribute 😃