You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@madlib.apache.org by LUYAO CHEN <lu...@hotmail.com> on 2018/07/27 18:41:59 UTC

output table of mlp_predict

the column name of mlp_predict output looks weird.


CREATE TABLE public.train_predit
(
    rowid integer,
    "estimated_prob_False" double precision,
    "estimated_prob_True" double precision
)


it has " as the part of the column name.  Not a big issue, but make subsequent programming troublesome.


Regards,

Luyao Chen