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 5
    • Posts 8
    • Best 2
    • Groups 0
    • Blog

    Topics created by gjhernandezp

    • G

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

      3
      0
      Votes
      3
      Posts
      86
      Views

      G

      Thanks 🙏

    • G

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

      2
      0
      Votes
      2
      Posts
      143
      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
      184
      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
      429
      Views

      support

      @gjhernandezp Thank you for sharing your solution!

    • G

      External information
      Strategy help • • gjhernandezp

      3
      0
      Votes
      3
      Posts
      287
      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