File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ Efficient Linear Algebra & Array Operations
125125 Used in ``sklearn.cluster.k_means ``.
126126
127127
128+ Efficient Random Sampling
129+ =========================
130+
131+ - :func: `random.sample_without_replacement `: implements efficient algorithms
132+ for sampling `n_samples ` integers from a population of size `n_population `
133+ without replacement.
134+
135+
128136Efficient Routines for Sparse Matrices
129137======================================
130138
@@ -242,6 +250,9 @@ Testing Functions
242250- :func: `testing.assert_in `, :func: `testing.assert_not_in `: Assertions for
243251 container membership. Designed for forward compatibility with Nose 1.0.
244252
253+ - :func: `testing.assert_raise_message `: Assertions for checking the
254+ error raise message.
255+
245256- :class: `mock_urllib2 `: Object which mocks the urllib2 module to fake
246257 requests of mldata. Used in tests of :mod: `sklearn.datasets `.
247258
You can’t perform that action at this time.
0 commit comments