in ADAMS. Is it possible to apply this method for regression? In environment R I use it without problems, but in WEKA investigator (if I use the default method parameters) I get the following error -
[Classify] Failed to evaluate classifier
java.lang.Exception: Failed to cross-validate:
Fold #1 failed to evaluate'process' failed with exception: java.lang.NoClassDefFoundError: Could not initialize class ml.dmlc.xgboost4j.java.XGBoostJNI
at ml.dmlc.xgboost4j.java.DMatrix.<init>(DMatrix.java:141)
at weka.classifiers.trees.XGBoost.instancesToDMatrix(XGBoost.java:1780)
at weka.classifiers.trees.XGBoost.buildClassifier(XGBoost.java:1609)
at adams.multiprocess.WekaCrossValidationJob.process(WekaCrossValidationJob.java:217)
at adams.multiprocess.AbstractJob.execute(AbstractJob.java:186)
at adams.multiprocess.LocalJobRunner$1.doCall(LocalJobRunner.java:275)
at adams.multiprocess.LocalJobRunner$1.doCall(LocalJobRunner.java:273)
at adams.multiprocess.CallableWithResult.call(CallableWithResult.java:54)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation.doEvaluate(CrossValidation.java:401)
at adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation.evaluate(AbstractClassifierEvaluation.java:94)
at adams.gui.tools.wekainvestigator.tab.ClassifyTab$1.doRun(ClassifyTab.java:915)
at adams.gui.tools.wekainvestigator.job.InvestigatorTabJob.run(InvestigatorTabJob.java:94)
at java.lang.Thread.run(Unknown Source)