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

catch exception if data set is too large for SLIM #445

Open
zenogantner opened this issue Jun 24, 2014 · 0 comments
Open

catch exception if data set is too large for SLIM #445

zenogantner opened this issue Jun 24, 2014 · 0 comments
Labels

Comments

@zenogantner
Copy link
Owner

Thanks to Marcel for reporting this.

`
training data: 96556 users, 30924 items, 5852445 events, sparsity 99.804
test data: 5000 users, 27564 items, 155926 events, sparsity 99.88686
LeastSquareSLIM reg_l1=0.01 reg_l2=0.001 num_iter=15 K=50


* An uncaught exception occured. Please send a bug report to
[email protected],
*
*** or report the problem in our issue tracker:
https://github.com/zenogantner/MyMediaLite/issues ***
*** MyMediaLite 3.10
***


Array dimensions exceeded supported range. at
MyMediaLite.ItemRecommendation.SLIM.InitModel()
at MyMediaLite.ItemRecommendation.LeastSquareSLIM.InitModel()
at MyMediaLite.ItemRecommendation.LeastSquareSLIM.Train()
at ItemRecommendation.Train()
at MyMediaLite.Wrap.MeasureTime(Action t)
at ItemRecommendation.Run(String[] args)
at ItemRecommendation.Main(String[] args)
Terminate on unhandled exception.

training data: 96556 users, 30924 items, 5852445 events, sparsity 99.804
test data: 5000 users, 27564 items, 155926 events, sparsity 99.88686
BPRSLIM reg_i=0.0025 reg_j=0.00025 num_iter=15 learn_rate=0.05
uniform_user_sampling=True with_replacement=False update_j=True


* An uncaught exception occured. Please send a bug report to
[email protected],
*
*** or report the problem in our issue tracker:
https://github.com/zenogantner/MyMediaLite/issues ***
*** MyMediaLite 3.10
***


Array dimensions exceeded supported range. at
MyMediaLite.ItemRecommendation.SLIM.InitModel()
at MyMediaLite.ItemRecommendation.BPRSLIM.Train()
at ItemRecommendation.Train()
at MyMediaLite.Wrap.MeasureTime(Action t)
at ItemRecommendation.Run(String[] args)
at ItemRecommendation.Main(String[] args)
Terminate on unhandled exception.
`

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

1 participant