Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
·
a11eb71
1
Parent(s):
5acbee7
Fix reference in dosctring
Browse files
selector/methods/partition.py
CHANGED
@@ -40,7 +40,7 @@ __all__ = [
|
|
40 |
class GridPartition(SelectionBase):
|
41 |
r"""Select subset of sample points using the grid partitioning algorithms.
|
42 |
|
43 |
-
Given the number of bins along each axis, samples are partitioned using various methods:
|
44 |
|
45 |
- The `equisized_independent` partitions the feature space into bins of equal size along
|
46 |
each dimension.
|
|
|
40 |
class GridPartition(SelectionBase):
|
41 |
r"""Select subset of sample points using the grid partitioning algorithms.
|
42 |
|
43 |
+
Given the number of bins along each axis, samples are partitioned using various methods [1]_:
|
44 |
|
45 |
- The `equisized_independent` partitions the feature space into bins of equal size along
|
46 |
each dimension.
|