binary classification

  • Supervised machine learning – Logistic regression

    Supervised machine learning – Logistic regression

    on

    in

    Predictive models are at the heart of decision-making in quantitative finance. Logistic regression, a fundamental machine learning algorithm, offers quantitative developers a robust and interpretable tool for classification problems. By leveraging logistic regression, financial institutions and developers can predict market…

  • Supervised machine learning – Support vector machine

    Supervised machine learning – Support vector machine

    on

    in

    Machine learning has become an indispensable tool for tackling complex problems in quantitative analysis. Among the arsenal of algorithms, Support Vector Machines (SVM) stand out for their robustness in classification and regression tasks. With powerful libraries like sklearn and Matplotlib, Python empowers quant developers to build, evaluate,…