Recent Posts

Predictability Measure - IC, ICIR

1 minute read

For a factor model, we can measure the predictability of a factor by calculating the Information Coefficient (IC) and the Information Coefficient Information...

Create your own Python package

1 minute read

In the past, I used twine to upload my packages to PyPI, building them with a setup.py file. Recently, I switched to using pyproject.toml for project managem...