We observe a lucreative pattern in the stock market. We call it the Bottle Rocket pattern. This pattern usually occurs in the first hour of the trading day.
If you haven't read about this pattern, please click on: The Bottle Rocket Pattern.
We conjecture that Machine Learning can recognize the start of this pattern, and we are researching various Machine Learning packages to test our conjecture.
Below are two tables that summarize the results of our analysis. The table shown in figure 1 shows the results that were completed on August 5, 2018, and in figure 2 are the results that was completed on October 17, 2017.
As you can see, there has been a significant improvement in the metrics. This is due to two factors:
SMOTE: SMOTE is used to oversample the dataset. To learn more about SMOTE [click here].
TPOT: We learned about TPOT when we used Google Colaboratory to do some analysis [click here]. When we saw the first results from TPOT, we knew that we must pursue AutoML further. Figure 1 shows the results from three AutoML packages. As you can see, TPOT provided the best results at this time.
|
|
It is clear to me that we wasted a lot of time doing manual hyper-parameter optimization.
At the end of the first analysis (October 17, 2018), we were very worried that the dataset was the cause of the poor performance. AutoML has shown that it's not the dataset; but rather, the predictors. The main reason TPOT did so well was that it added new predictors by using feature engineering. We now believe that is where we sould speed our time for the next phase of the analysis.