-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions lacking #2
Comments
Hi, what OS are you using? I've been using this package on ubuntu/mint, but I've got reports about problems on windows 10. You can also try building the package yourself, using "mvn package" , but it requires running "mvn install" (or mvn -DskipTests install) on the https://github.com/dmlc/xgboost/tree/master/jvm-packages first. The built package should be in target/dist/xgboost.zip |
Cheers, Michal, that's helpful. I am using ubuntu bionic. git clone https://github.com/dmlc/xgboost/tree/master/jvm-packages
cd xgboost/jvm-packages/xgboost4j
mvn -DskipTests install && mvn package
CLASSPATH="$PWD/target/xgboost4j.jar:$CLASSPATH" Maybe that'll fix the exception. I might give it a try later. |
Hi... While running xgboost through weka 3.9.2 I got the following
The issue is similar mentioned by "benman1" Did you guys find any solution for this with windows 10*64? |
Hi, Exception in thread "main" java.lang.NoClassDefFoundError: ml/dmlc/xgboost4j/java/XGBoostError I am suspecting there's a little bit missing for Win10 and java environment. Please explain. Best wish for you. |
Hi
This package looks really useful, but I find I am spending too much time trying to set it up. The first three steps are to install xgboost, then to point the weka package manager at the release zip file, which downloads the jar to
wekafiles/
. The third step is to include the new jar in the classpath in order to execute it. But then...It's not enough to just install the shared library or the python xgboost package.
I am still getting the following:
I am suspecting there's another dependency - xgboost4j. Please explain.
The text was updated successfully, but these errors were encountered: