Skip to content

Commit a61645c

Browse files
committed
DOC add utitilies to the doc
1 parent f4bbc48 commit a61645c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/developers/utilities.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
128136
Efficient 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

0 commit comments

Comments
 (0)