Repository: madlib
Updated Branches:
  refs/heads/master 186390f7c -> 298fed799


minor edit to minibatch preproc user doc


Project: http://git-wip-us.apache.org/repos/asf/madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/298fed79
Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/298fed79
Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/298fed79

Branch: refs/heads/master
Commit: 298fed799f3e8c728195882bea01479b644ee248
Parents: 186390f
Author: Frank McQuillan <fmcquil...@pivotal.io>
Authored: Thu Aug 2 10:34:17 2018 -0700
Committer: Frank McQuillan <fmcquil...@pivotal.io>
Committed: Thu Aug 2 10:34:17 2018 -0700

----------------------------------------------------------------------
 .../utilities/minibatch_preprocessing.sql_in        | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/madlib/blob/298fed79/src/ports/postgres/modules/utilities/minibatch_preprocessing.sql_in
----------------------------------------------------------------------
diff --git 
a/src/ports/postgres/modules/utilities/minibatch_preprocessing.sql_in 
b/src/ports/postgres/modules/utilities/minibatch_preprocessing.sql_in
index 75adcc9..ead43d9 100644
--- a/src/ports/postgres/modules/utilities/minibatch_preprocessing.sql_in
+++ b/src/ports/postgres/modules/utilities/minibatch_preprocessing.sql_in
@@ -144,22 +144,6 @@ already encoded the dependent variable yourself,  you can 
ignore this parameter.
 Also, if you want to encode float values for some reason, cast them to text
 first.
   </dd>
-
-  <dt>one_hot_encode_int_dep_var (optional)</dt>
-  <dd> BOOLEAN. default: FALSE.
-  A flag to decide whether to one-hot encode dependent variables that are
-scalar integers. This parameter is ignored if the dependent variable is not a
-scalar integer.
-
-@note The mini-batch preprocessor automatically encodes
-dependent variables that are boolean and character types such as text, char and
-varchar.  However, scalar integers are a special case because they can be used
-in both classification and regression problems, so you must tell the mini-batch
-preprocessor whether you want to encode them or not. In the case that you have
-already encoded the dependent variable yourself,  you can ignore this 
parameter.
-Also, if you want to encode float values for some reason, cast them to text
-first.
-  </dd>
 </dl>
 
 <b>Output tables</b>

Reply via email to