View RSS Feed

Recent Blogs Posts

  1. Python, ONNX and MetaTrader 5: Creating a RandomForest model with RobustScaler and PolynomialFeatures data preprocessing

    by , 05-24-2024 at 04:30 PM
    Random Forest is widely used in a variety of fields, and its flexibility makes it suitable for both classification and regression problems. In a classification task, the model decides which of the predefined classes the current state belongs to. For example, in the financial market, this could mean a decision to buy (class 1) or sell (class 0) an asset based on a variety of indicators.

    However, in this article, we will focus on regression problems. Regression in machine learning
    ...
    Categories
    Uncategorized