| 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) |