MCPcopy Create free account
hub / github.com/catboost/catboost / _base_predict

Method _base_predict

catboost/python-package/catboost/core.py:1875–1876  ·  view source on GitHub ↗
(self, pool, prediction_type, ntree_start, ntree_end, thread_count, verbose, task_type)

Source from the content-addressed store, hash-verified

1873 return self._object._get_embedding_feature_indices()
1874
1875 def _base_predict(self, pool, prediction_type, ntree_start, ntree_end, thread_count, verbose, task_type):
1876 return self._object._base_predict(pool, prediction_type, ntree_start, ntree_end, thread_count, verbose, task_type)
1877
1878 def _base_virtual_ensembles_predict(self, pool, prediction_type, ntree_end, virtual_ensembles_count, thread_count, verbose):
1879 return self._object._base_virtual_ensembles_predict(pool, prediction_type, ntree_end, virtual_ensembles_count, thread_count, verbose)

Callers 1

_predictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected