Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Processing submissions

    Support
    2
    3
    187
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rezhak21 last edited by

      Hi, sorry, I do not get why it takes so long processing submissions. When I run the systems in my notebook, I get results very quickly. When I submit, I need to wait for much longer. Should I change something??

      support 1 Reply Last reply Reply Quote 0
      • support
        support @rezhak21 last edited by

        @rezhak21 Hello, do not worry, if strategies are processed fine on the notebook, they will run as submissions on the server.

        There are 2 reasons why it takes longer:

        1. when you submit your code, it is queued together with other systems submitted by other users. Processing time will depend on how many submissions are being processed.

        2. you can run your notebook in single-pass mode (processing all data at once) or in multi-pass mode (processing data day-by-day, to avoid looking forward). Single-pass processing is very fast but it can lead to forward-looking results: imagine to define a variable like the global mean of a time series, it will lead to forward looking as you need all the time series to compute the global mean. On the submission cluster we strictly process submissions using a multi-pass approach.

        For speeding up evaluation, it is a good idea to remove from your notebook all "research" steps which are not essential for defining allocation weigths, as your code will then need less processing time.

        R 1 Reply Last reply Reply Quote 0
        • R
          rezhak21 @support last edited by

          @support ok, I see, all my systems look processed btw

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors
          • Documentation
          • About
          • Career
          • My account
          • Privacy policy
          • Terms and Conditions
          • Cookies policy
          Home
          Copyright © 2014 - 2021 Quantiacs LLC.
          Powered by NodeBB | Contributors