Replying to @matthewgoley
No model, Vector uses a proprietary rule based engine called Lens. It's large enough that it's able to generate text sentences.
1. Why not make it a web application?
2. how does your model predict or suggest recommendations in my portfolio?
asking because I am currently testing my own stock market prediction engine.
Great questions if you want a more in depth explanation go to dms.
1. The project started as a python financial engine, I later added GUI and kept developing it instead of switching platforms, so now it's a packaged python desktop app. In the future it will be a web app through electron.
2. Vector runs on the Lens engine that runs 8 financial analyzers across your holdings and generates plain English recommendations based on concentration, volatility, momentum, and other portfolio signals. Inputs between these analyzers are standardized to create a more modular engine. Again, for a more in depth explanation, go to DMs and I'll gladly give you some documentation.