Python

A Gentle Introduction to Nonlinear Constrained Optimization with Piecewise Linear Approximations

the goal is to search out the most effective (maximum or minimum) value of an objective function by choosing real variables that satisfy a set of equality and inequality constraints. A general constrained optimization...

Constructing Robust Credit Scoring Models (Part 3)

This text is the third a part of a series I made a decision to jot down on how one can construct a strong and stable credit scoring model over time. The primary article focused...

Linear Regression Is Actually a Projection Problem, Part 1: The Geometric Intuition

learns machine learning often starts with linear regression, not simply because it’s easy, but since it introduces us to the important thing concepts that we use in neural networks and deep learning. We already...

Two-Stage Hurdle Models: Predicting Zero-Inflated Outcomes

Introduction , we recurrently encounter prediction problems where the end result has an unusual distribution: a big mass of zeros combined with a continuous or count distribution for positive values. If you happen to’ve worked...

One Model to Rule Them All? SAP-RPT-1 and the Way forward for Tabular Foundation Models

is trained on vast datasets and may perform a big selection of tasks. Many foundation models today are based on some variant of the transformer architecture pioneered by the likes of Google and...

A Tale of Two Variances: Why NumPy and Pandas Give Different Answers

you're analyzing a small dataset: ] You must calculate some summary statistics to get an idea of the distribution of this data, so you utilize numpy to calculate the mean and variance. import numpy as np X...

Exploratory Data Evaluation for Credit Scoring with Python

project, it is commonly tempting to leap to modeling. Yet step one and crucial one is to know the info. In our previous post, we presented how the databases used to construct credit scoring...

An Intuitive Guide to MCMC (Part I): The Metropolis-Hastings Algorithm

Bayesian statistics you’ve likely encountered MCMC. While the remaining of the world is fixated on the newest LLM hype, Markov Chain Monte Carlo stays the quiet workhorse of high-end quantitative finance and risk...

Recent posts

Popular categories

ASK ANA