From dev-return-6222-archive-asf-public=cust-asf.ponee.io@madlib.apache.org Mon Oct 12 23:36:17 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 27C9B18064E for ; Tue, 13 Oct 2020 01:36:17 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 575C01227DB for ; Mon, 12 Oct 2020 23:36:16 +0000 (UTC) Received: (qmail 55102 invoked by uid 500); 12 Oct 2020 23:36:16 -0000 Mailing-List: contact dev-help@madlib.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@madlib.apache.org Delivered-To: mailing list dev@madlib.apache.org Received: (qmail 55090 invoked by uid 99); 12 Oct 2020 23:36:16 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2020 23:36:16 +0000 From: =?utf-8?q?GitBox?= To: dev@madlib.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bmadlib=5D_Advitya17_edited_a_comment_on_pull_reque?= =?utf-8?q?st_=23518=3A_DL=3A_=5BAutoML=5D_Add_support_for_Hyperopt_on_top_o?= =?utf-8?q?f_MOP_for_MPP_+_AutoML_best-so-far?= Message-ID: <160254577603.32230.10344667214584167134.asfpy@gitbox.apache.org> Date: Mon, 12 Oct 2020 23:36:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: Advitya17 edited a comment on pull request #518: URL: https://github.com/apache/madlib/pull/518#issuecomment-707397232 > (12) > > ``` > \d hopt_cifar10_output_info_c100n3tperun1 > Table "public.hopt_cifar10_output_info_c100n3tperun1" > Column | Type | Modifiers > --------------------------+--------------------+----------- > mst_key | integer | not null > model_id | integer | > compile_params | text | > fit_params | text | > model_type | text | > model_size | double precision | > metrics_elapsed_time | double precision[] | > metrics_type | text[] | > loss_type | text | > training_metrics_final | double precision | > training_loss_final | double precision | > training_metrics | double precision[] | > training_loss | double precision[] | > validation_metrics_final | double precision | > validation_loss_final | double precision | > validation_metrics | double precision[] | > validation_loss | double precision[] | > ``` > > is missing from the bottom: > > ``` > metrics_iters | integer[] | > ``` `metrics_iters` is mentioned in the summary table itself, as its value is the same for all configs (if I recall correctly). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org