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

something in the period of ORboost Training #74

Open
ShunLiu1992 opened this issue Jul 27, 2024 · 0 comments
Open

something in the period of ORboost Training #74

ShunLiu1992 opened this issue Jul 27, 2024 · 0 comments

Comments

@ShunLiu1992
Copy link

I encountered an "Index exceeds matrix dimensions" error while using the ORBoost function in my MATLAB code. I followed the instructions in orca_quick_install.md to run runtests_single in MATLAB 2017b on my MacBook, and the following errors occurred:
"
Index exceeds matrix dimensions.
Error in ORBoost/privpredict (line 123)
predicted = all(:,1);

Error in Algorithm/predict (line 80)
[projected, predicted] = privpredict(obj, test);

Error in ORBoost/privfit (line 84)
[projectedTrain, predictedTrain] = obj.predict(train.patterns);

Error in Algorithm/fit (line 65)
[projectedTrain, predictedTrain] = obj.privfit(train, param);

Error in Algorithm/fitpredict (line 33)
[mInf.projectedTrain, mInf.predictedTrain] = obj.fit(train, param);

Error in orboostTest (line 13)
info = algorithmObj.fitpredict(train, test);

Error in runtests_single (line 44)
eval(cmd(1
))
"
Any guidance on resolving this error would be greatly appreciated.

Thank you!

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

No branches or pull requests

1 participant