View RSS Feed

mql5

  1. An example of how to ensemble ONNX models in MQL5

    by , 04-23-2023 at 01:51 AM
    Name:  models1304.png
Views: 50
Size:  4.9 KB

    For stable trading, it is usually recommended to diversify both the traded instruments and the trading strategies. The same refers to machine learning models: it is easier to create several simpler models that one complex one. But it can be difficult to assemble these models into one ONNX model. In this article, we will consider one of the ensembles called the voting classifier. We will show you how easy it is to implement such an ensemble.
    ...
    Categories
    Uncategorized