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
