Skip to content
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

No Boosting giving error #16

Open
rodrigoazs opened this issue Apr 21, 2018 · 3 comments
Open

No Boosting giving error #16

rodrigoazs opened this issue Apr 21, 2018 · 3 comments
Assignees
Labels

Comments

@rodrigoazs
Copy link

Hello,

When I set the -noBoost paramenter I am getting the following error:

Exception in thread "main" edu.wisc.cs.will.Utils.WILLthrownError: Probability was not set at edu.wisc.cs.will.Utils.Utils.error(Utils.java:484) at edu.wisc.cs.will.Boosting.RDN.RegressionRDNExample.getProbOfExample(RegressionRDNExample.java:176) at edu.wisc.cs.will.ILP.Regression.RegressionInfoHolderForRDN.populateExamples(RegressionInfoHolderForRDN.java:111) at edu.wisc.cs.will.ILP.SingleClauseNode.getRegressionInfoHolder(SingleClauseNode.java:1840) at edu.wisc.cs.will.ILP.SingleClauseNode.regressionFit(SingleClauseNode.java:1503) at edu.wisc.cs.will.ILP.SingleClauseNode.regressionFit(SingleClauseNode.java:1405) at edu.wisc.cs.will.ILP.ScoreRegressionNode.scoreThisNode(ScoreRegressionNode.java:35) at edu.wisc.cs.will.stdAIsearch.OpenList.insertByScoreIntoOpenList(OpenList.java:107) at edu.wisc.cs.will.stdAIsearch.OpenList.insertByScoreIntoOpenList(OpenList.java:216) at edu.wisc.cs.will.ILP.InitializeILPsearchSpace.initializeOpen(InitializeILPsearchSpace.java:187) at edu.wisc.cs.will.stdAIsearch.StateBasedSearchTask.initialize(StateBasedSearchTask.java:373) at edu.wisc.cs.will.stdAIsearch.StateBasedSearchTask.performSearchIteration(StateBasedSearchTask.java:505) at edu.wisc.cs.will.stdAIsearch.StateBasedSearchTask.performSearch(StateBasedSearchTask.java:440) at edu.wisc.cs.will.ILP.LearnOneClause.performSearch(LearnOneClause.java:1684) at edu.wisc.cs.will.ILP.LearnOneClause.performSearch(LearnOneClause.java:1708) at edu.wisc.cs.will.ILP.ILPouterLoop.executeOuterLoop(ILPouterLoop.java:686) at edu.wisc.cs.will.Boosting.RDN.LearnBoostedRDN.getWILLTree(LearnBoostedRDN.java:396) at edu.wisc.cs.will.Boosting.RDN.LearnBoostedRDN.learnRDN(LearnBoostedRDN.java:234) at edu.wisc.cs.will.Boosting.RDN.LearnBoostedRDN.learnNextModel(LearnBoostedRDN.java:129) at edu.wisc.cs.will.Boosting.RDN.RunBoostedRDN.learn(RunBoostedRDN.java:390) at edu.wisc.cs.will.Boosting.Common.RunBoostedModels.learnModel(RunBoostedModels.java:77) at edu.wisc.cs.will.Boosting.RDN.RunBoostedRDN.runJob(RunBoostedRDN.java:42) at edu.wisc.cs.will.Boosting.Common.RunBoostedModels.main(RunBoostedModels.java:220)

What am I doing wrong?

Thank you.

@hayesall
Copy link
Member

Hey @rodrigoazs, -noBoost has been broken since before we began using git. I don't think it's anything you're doing wrong, fixing it is on the list of TODOs.

@hayesall hayesall added the bug label Apr 21, 2018
@boost-starai
Copy link
Contributor

boost-starai commented Apr 22, 2018 via email

@rodrigoazs
Copy link
Author

I was about to ask if they were equivalent. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants