All Posts

  • Published on
    To train a machine learning model, we usually need a labeled dataset. In the world of finance, this involves creating a matrix of features, $X$, and an array of labels or values, $y$. In this blog, we'll delve into various methods of labeling financial data.
  • Published on
    You might have noticed that many financial models rely on the assumption that data points are independent and identically distributed (IID). However, this is often not the case in real-world financial applications.