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

Most upvoted comments

welcome to contribute 😃