MCPcopy
hub / github.com/scikit-learn/scikit-learn / _log_message

Method _log_message

sklearn/multioutput.py:662–665  ·  view source on GitHub ↗
(self, *, estimator_idx, n_estimators, processing_msg)

Source from the content-addressed store, hash-verified

660 self.verbose = verbose
661
662 def _log_message(self, *, estimator_idx, n_estimators, processing_msg):
663 if not self.verbose:
664 return None
665 return f"({estimator_idx} of {n_estimators}) {processing_msg}"
666
667 def _get_predictions(self, X, *, output_method):
668 """Get predictions for each model in the chain."""

Callers 1

fitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected