We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd0071 commit ee557ecCopy full SHA for ee557ec
.travis.yml
@@ -19,6 +19,7 @@ install:
19
- pip freeze
20
# Install and compile libsvm and liblinear
21
- sudo apt-get install -y build-essential
22
+ - pip install translate
23
- git clone https://github.com/cjlin1/libsvm
24
- cd libsvm; make lib; sudo cp libsvm.so.2 /lib; sudo ln -s /lib/libsvm.so.2 /lib/libsvm.so; cd ..
25
- git clone https://github.com/cjlin1/liblinear
0 commit comments