Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-1417

DL: Support schema qualified output tables for fit and fit_multiple

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • v1.17
    • Deep Learning
    • None

    Description

      dev-check fails if the output table is schema qualified.

      I modified the madlib_keras_transfer_learning dev-check test by schema qualifying the output table argument in fit multiple

      SELECT madlib_keras_fit_multiple_model(
        'iris_data_packed',
        'public.iris_multiple_model',
        'mst_table',
        3,
        FALSE, NULL, 1
      ); 

      and

      SELECT madlib_keras_fit_multiple_model(
        'iris_data_packed',
        'public.iris_multiple_model',
        'mst_table',
        3,
        FALSE,
        NULL, 1,
        TRUE -- warm_start
      ); 

       

      Both of these cases fail because of different reasons.

      It is also likely that madlib_keras_fit is also broken when a schema qualified output table is passed in. We should add tests for all the dl functions that create an output table and fix all the failures.

       

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            okislal Orhan Kislal
            nkak Nikhil Kak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment