westang
westang
Hello,I also have the same problem with AnnamalaiNagppan.I can't acquire the rules using your algorithm and goods.csv 
已经装了,我用的是ubuntu 16.04,已经装了python-dev。
``` bixiang@bixiang-ThinkCentre-M8600t-N085:~/PyCTP$ python3 setup.py build running build running build_ext building 'PyCTP' extension creating build creating build/temp.linux-x86_64-3.5 creating build/temp.linux-x86_64-3.5/src x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6tVwKN/python3.5-3.5.2=. -fstack-protector-strong -Wformat...
我已经照做了,可是如何让其自动生成pyd文件呢? ``` Traceback (most recent call last): File "test_PyCTP.py", line 10, in import PyCTP ImportError: No module named 'PyCTP' ```
移过去后要如何使用呢?因为仅仅就移过去,import PyCTP依然会报这个错呀
Hello, I have one question about kaggle competition. Some one told me a trick: through using fearture_importances_ of tree model , we can remove the features whose importance are weak...
Yes, I have installed the av2 api and there is still this error message. 
@ZikangZhou Thank you. I have solved the error I mentioned and run test on a 24GB card, but there is a new error:  @shahaamirbader Did you have the same...
@ZikangZhou Thank you very much. I have run successfully and the result on the leaderboard is:  A little bit worse than your submission.
Thanks for your answering. So I want to know where is your trained model which take a image or a file as input and response the bounding box coordinates of...