Skip to content

Commit

Permalink
Update docs with new default value
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Oct 27, 2023
1 parent 302278a commit 3c2ea23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ arguments.

- ``imputer`` (String, optional): A method to fill in missing values in the data.
Valid values are:
``none``, ``mean`` (Default), ``median``, and ``most_frequent``. Missing values will be replaced
``none`` (Default), ``mean``, ``median``, and ``most_frequent``. Missing values will be replaced
with the respective value computed from the data.
- ``normalizer`` (String, optional): Applies a normalization to the data, after
imputation. Can take the following values:
Expand Down

0 comments on commit 3c2ea23

Please sign in to comment.