Diego Palacios
Diego Palacios
Added the Cantor keyboard to the list.
## Environment data - Language Server version: 2022.6.20 - OS and version: Ubuntu 22.04 - Python version (& distribution if applicable, e.g. Anaconda): 3.10.4 ## Code Snippet ```python import pandas...
**Describe the bug** In a jupyter notbook, when importing pandas profiling, matplotlib won't show any plots. This also happens in a normal script. Matplotlib raises the warning `UserWarning: Matplotlib is...
I believe there is a typo in one of the formulas for the binary treatment target transformation, where $Y_i*(1-T_i) = Y(0)_i*T_i$ should be $Y_i*(1-T_i) = Y(0)_i*(1-T_i)$ Later in the demo,...