Giter VIP home page Giter VIP logo

Comments (2)

ConsultingSecurty avatar ConsultingSecurty commented on May 20, 2024

is any update on this?

from alphapy.

mrconway avatar mrconway commented on May 20, 2024

Yes, you are correct that the model trains on a group of stocks, according to the list of stocks in your market.yml file. This trained model does not apply to just a single stock, but the entire group as well when making predictions. If you just need to train for a single instrument, then you would just have a single stock in the market configuration file. For example, I do this with cryptocurrency data where BTC is the only symbol, thus the probabilities apply only to BTC.

But I do see your point. Currently, if you have a group for training, then we do not train individually on each component and then apply each independent model for prediction. This is an extremely important point for aggregated models in general. For example, if I develop a neural network tuner for one car, can I apply that model to another car? Probably not. But then you have to consider that stock behavior changes over time and consequently you have two options. Is it better to retrain each single-component model on a periodic basis, or do you have a general-purpose model that holds up historically across instruments? I don't know if many people have the answers for this.

Thank you for your thoughts, and further discussion is welcome!

from alphapy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.