MCPcopy Index your code
hub / github.com/scikit-learn/scikit-learn / take

Method take

sklearn/utils/_mocking.py:64–65  ·  view source on GitHub ↗
(self, indices, axis=0)

Source from the content-addressed store, hash-verified

62 return not self == other
63
64 def take(self, indices, axis=0):
65 return MockDataFrame(self.array.take(indices, axis=axis))
66
67
68class CheckingClassifier(ClassifierMixin, BaseEstimator):

Callers 15

predictMethod · 0.80
cross_val_predictFunction · 0.80
_iter_indicesMethod · 0.80
extractFunction · 0.80
predictMethod · 0.80
predictMethod · 0.80
svd_flipFunction · 0.80
stable_cumsumFunction · 0.80
_array_indexingFunction · 0.80
_pandas_indexingFunction · 0.80
compute_sample_weightFunction · 0.80

Calls 1

MockDataFrameClass · 0.85