We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9758f5f commit b279321Copy full SHA for b279321
doc/API-reference.rst
@@ -227,21 +227,6 @@ Building design matrices
227
228
.. autofunction:: design_matrix_builders
229
230
-.. class:: DesignMatrixBuilder
231
-
232
- This is an opaque class that represents Patsy's knowledge about
233
- how to build a design matrix. You get these objects from
234
- :func:`design_matrix_builders`, and you pass them to
235
- :func:`build_design_matrices`.
236
237
- .. attribute:: design_info
238
239
- This attribute gives metadata about the matrices that this
240
- builder object can produce, in the form of a :class:`DesignInfo`
241
- object.
242
243
- .. automethod:: subset
244
245
.. autofunction:: build_design_matrices
246
247
Missing values
0 commit comments