SigDelta / weka-xgboost

A Weka wrapper package for the XGBoost 4J
MIT License
9 stars 7 forks source link

-use-predictor typo #3

Open RicardoSouzaMoura opened 5 years ago

RicardoSouzaMoura commented 5 years ago

I am not able to use this plugin because of a typo.

What is the correct option: -use-predictor or -use_predictor ?

Please review the code concerning this strings.

I am using weka 3.9.3

java.lang.Exception: Illegal options: -use_predictor false weka.core.Utils.checkForRemainingOptions(Utils.java:504) weka.classifiers.trees.XGBoost.setOptions(XGBoost.java:626) weka.core.ResourceUtils.forName(ResourceUtils.java:109) weka.core.Utils.forName(Utils.java:1080) weka.gui.GenericObjectEditor.makeCopy(GenericObjectEditor.java:1942) weka.gui.GenericObjectEditor.getValue(GenericObjectEditor.java:1463) weka.gui.PropertyPanel.showPropertyDialog(PropertyPanel.java:266) weka.gui.PropertyPanel$1.mouseClicked(PropertyPanel.java:124) java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)

ELAROSSI commented 4 years ago

Dear Sir ;

i m facing the same issue , having the same log , anyone can help please ??

thank you