Hi,
I look for modifying the _criterion.pyx file inside sklearn/tree. In fact, under this path, there is only _criterion.pyd (compiled file). That is why, I searched the source code of _criterion.pyx and modify it. This file should be compiled in order to get the _criterion.pyd. I am wondering how I can rebuilt the sklearn/tree package so as to take into account the made changes
. My environment is
Thanks in advance
I look for modifying the _criterion.pyx file inside sklearn/tree. In fact, under this path, there is only _criterion.pyd (compiled file). That is why, I searched the source code of _criterion.pyx and modify it. This file should be compiled in order to get the _criterion.pyd. I am wondering how I can rebuilt the sklearn/tree package so as to take into account the made changes

Windows 8
using Anaconda3
.Thanks in advance