From dev-return-6224-archive-asf-public=cust-asf.ponee.io@madlib.apache.org Mon Oct 12 23:42:23 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 2A2E918064E for ; Tue, 13 Oct 2020 01:42:23 +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 5EB251227AE for ; Mon, 12 Oct 2020 23:42:22 +0000 (UTC) Received: (qmail 60432 invoked by uid 500); 12 Oct 2020 23:42:22 -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 60420 invoked by uid 99); 12 Oct 2020 23:42:22 -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:42:22 +0000 From: =?utf-8?q?GitBox?= To: dev@madlib.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bmadlib=5D_fmcquillan99_edited_a_comment_on_pull_re?= =?utf-8?q?quest_=23518=3A_DL=3A_=5BAutoML=5D_Add_support_for_Hyperopt_on_to?= =?utf-8?q?p_of_MOP_for_MPP_+_AutoML_best-so-far?= Message-ID: <160254614204.32230.16712911362850220480.asfpy@gitbox.apache.org> Date: Mon, 12 Oct 2020 23:42:22 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: fmcquillan99 edited a comment on pull request #518: URL: https://github.com/apache/madlib/pull/518#issuecomment-707396551 (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[] | ``` I think that metrics_iters is *not* cumulative because that concept does not seem to make sense for hyperopt. The output table would look like: ``` mst_key | metrics_iters. | metrics_elapsed_time ---------+------------------------------------------------------ 1 | {1,4,7} | {627.882262945175,1264.80915999413,1896.74943590164} 2 | {1,4,7} | {614.573877811432,1251.1022670269,1883.14707994461} 3 | {1,4,7} | {638.407788038254,1286.73397421837,1939.58357810974} ---------------------------------------------------------------- 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