When I want to compile the file in scikit-learn-master\sklearn\ensemble_gradient_boosting.pyx, I use the command "python setup.py build" to compile the _gradient_boosting.pyx, but it have some error follow. So I want to konw how to compile the pyx file
Asked
Active
Viewed 300 times
0
-
Please provide a lot more details. What OS? What C compiler? What version of scikit-learn? What version of Cython? Have you tried "python setup.py build_ext"? This information will allow others to try to duplicate the problem? – Brian O'Donnell Mar 14 '17 at 13:27
-
OS: win7. vs2015 compiler. scikit-learn 0.18. I have tired python setup.py build_ext – user6997863 Mar 14 '17 at 14:26
-
What about Cython? – Brian O'Donnell Mar 14 '17 at 14:31
-
I use anaconda3-4.3.0.1, I do not the version of Cython – user6997863 Mar 14 '17 at 14:35
-
Go to a command prompt and type "conda list cython". – Brian O'Donnell Mar 14 '17 at 15:16
-
Did you ever figure out how to do this? – Him Aug 29 '18 at 17:49