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

Error in bigm.naction(x, na.action, nac) : class(x) == "BigMatrix.refer" are not all TRUE #19

Open
KnutJaegersberg opened this issue Dec 15, 2022 · 0 comments

Comments

@KnutJaegersberg
Copy link

Tried to use it on a data.frame and got that exception. After conversion to a sparse matrix with,

train_embeddings <- Matrix(train_embeddings, sparse=TRUE)

I was able to use svm and predict function, but not the tune function.

Before i updated the package, it got confused with the 'new' "matrix" "array" class / data type. before it was only "matrix", in an earlier version of R. Might have to do with this other exception, still.

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