Skip to content

Commit

Permalink
filename
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Sep 10, 2018
1 parent bb13b82 commit a13f34a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def update_examples(app):


def setup(app):
app.add_javascript("js/custom.js")
app.add_javascript("js/redirect.js")


extlinks = {
Expand Down
16 changes: 16 additions & 0 deletions docs/source/modules/generted/dask_ml.compose.ColumnTransformer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
:mod:`dask_ml.compose`.ColumnTransformer
===============================================

.. currentmodule:: dask_ml.compose

.. autoclass:: ColumnTransformer


.. automethod:: __init__


.. include:: dask_ml.compose.ColumnTransformer.examples

.. raw:: html

<div class="clearer"></div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dask\_ml.compose.make\_column\_transformer
==========================================

.. currentmodule:: dask_ml.compose

.. autofunction:: make_column_transformer

0 comments on commit a13f34a

Please sign in to comment.