Skip to content

Commit

Permalink
updated docs around make_column_transformer change from `.preproces…
Browse files Browse the repository at this point in the history
…sing` to `.compose`
  • Loading branch information
taureandyernv authored Nov 29, 2023
1 parent 97b6fa3 commit b04e5f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@ class make_column_selector:
Examples
--------
>>> from cuml.preprocessing import StandardScaler, OneHotEncoder
>>> from cuml.preprocessing import make_column_transformer
>>> from cuml.preprocessing import make_column_selector
>>> from cuml.compose import make_column_transformer
>>> from cuml.compose import make_column_selector
>>> import cupy as cp
>>> import cudf # doctest: +SKIP
>>> X = cudf.DataFrame({'city': ['London', 'London', 'Paris', 'Sallisaw'],
Expand Down

0 comments on commit b04e5f4

Please sign in to comment.