Python Forum

Full Version: Rebuilding sklearn/tree package inside anaconda3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Think . My environment is Windows 8 using Anaconda3.
Thanks in advance