Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. gjhernandezp
    3. Topics
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 9
    • Best 2
    • Groups 0
    • Blog

    Topics created by gjhernandezp

    • G

      Why a strategy gets filtered and the status is success?
      Support • • gjhernandezp

      2
      0
      Votes
      2
      Posts
      86
      Views

      support

      Dear @gjhernandezp,

      That strategy is filtered out because it exceeds limits (memory or time) that a strategy has. Your strategy is using machine learning, so that is risky section and could lead to something like this. The success status is irrelevant, it is probably some edge case. The only thing that matters is the status of the strategy which is filtered.

      Best regards

    • G

      Some top S&P 500 companies are not available?
      Support • • gjhernandezp

      3
      0
      Votes
      3
      Posts
      206
      Views

      G

      Thanks 🙏

    • G

      Local Development Error Ubuntu : AttributeError: module 'collections' has no attribute 'Iterable'
      Support • • gjhernandezp

      2
      0
      Votes
      2
      Posts
      198
      Views

      support

      @gjhernandezp Hi,
      sorry for delay, you can check this topic:
      https://quantiacs.com/community/topic/564/collections-has-no-attribute-iterable

    • G

      Three questions about the qnbt.backtest_ml used in Machine Learning on a Rolling Basis example.
      Support • backtestml • • gjhernandezp

      2
      0
      Votes
      2
      Posts
      227
      Views

      support

      @gjhernandezp Dear gjhernandezp,

      No, models are trained from scratch taking the train_period of the data that is changing depending on the processing day. No, the retraining is done from scratch, taking the whole available data up until that point in time. That is not available at the moment, but take a note that when submitting a ML strategy it should be in a single-pass mode. For example instead of using backtest_ml function that is designed for testing purposes, one should use single-pass, for example: data_train = load_data(train_period) models = train_model(data_train) data_predict = load_data(lookback_period) weights_predict = predict(models, data_predict) print_stats(data_predict, weights_predict) qnout.write(weights_predict) # To participate in the competition, save this code in a separate cell.
    • G

      Colab new error 'EntryPoints' object has no attribute 'get'
      Support • • gjhernandezp

      5
      0
      Votes
      5
      Posts
      515
      Views

      support

      @gjhernandezp Thank you for sharing your solution!

    • G

      External information
      Strategy help • • gjhernandezp

      3
      0
      Votes
      3
      Posts
      456
      Views

      support

      @gjhernandezp Hello, you can use them for local development. Unfortunately, we do not support yet external datafeeds after submission...it is on our to-do list.

    • Documentation
    • About
    • Career
    • My account
    • Privacy policy
    • Terms and Conditions
    • Cookies policy
    Home
    Copyright © 2014 - 2021 Quantiacs LLC.
    Powered by NodeBB | Contributors