AlphaPy
AlphaPy copied to clipboard
Python AutoML for Trading Systems and Sports Betting
How do I use in prediction after I have saved .pkl models to disk?
**Describe the bug** While running the [tutorial](https://alphapy.readthedocs.io/en/latest/tutorials/market.html) getting the error: ``` Traceback (most recent call last): File "/Users/snusik_zzz/GIT/ap/venv/bin/mflow", line 8, in sys.exit(main()) File "/Users/snusik_zzz/GIT/ap/venv/lib/python3.8/site-packages/alphapy/market_flow.py", line 435, in main model =...
**Describe the bug** I have just installed sportflow and following the readme I get an error 'index out of range'. **To Reproduce** Steps to reproduce the behavior: 1. Execute sflow...
**Description of the error** When following the NCAA Basketball Tutorial and trying to make a prediction on a date with the model created and trained, the system throws the following...
@Robdscott we are a group of developers working on table tennis motion recognition using AI techniques such as LSTM and transfer learning. We wish to publish our code on the...
**Describe the bug** Attempting to run the MarketFlow tutorial, the code throws an error after plot generation, during what seems like its attempt to write the data. **To Reproduce** Steps...
Hi, Looking into the Trading System in a bit more detail, unless I'm missing something I don't think this can really work as it is at present. Using the phigh/plow...
Please see attached patch that fixes a bunch of bugs around feature generation in mflow. It has the following... 1. Fix for this issue... https://github.com/ScottfreeLLC/AlphaPy/issues/33 2. train mode now correctly...
This change allows the ability to add multiple systems to the market.yml The modified yaml would look like... ``` system: closer_scaled: holdperiod : 0 longentry : hc longexit : shortentry...