You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the code from https://cran.r-project.org/web/packages/text2vec/vignettes/text-vectorization.html ,
i encounter the following errors ( text2vec_0.6.3 ): dtm_train_l1_norm = normalize(dtm_train, "l1") with the error: Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'colSums': 'rowScale' is not an exported object from 'namespace:Matrix'and dtm_train_tfidf = fit_transform(dtm_train, tfidf) with the error: Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'colSums': 'rowScale' is not an exported object from 'namespace:Matrix'
The text was updated successfully, but these errors were encountered:
On Tue, Feb 14, 2023 at 9:40 PM Sokratis Goutsias ***@***.***> wrote:
Hello!
When running the code from
https://cran.r-project.org/web/packages/text2vec/vignettes/text-vectorization.html
,
i encounter the following errors:
dtm_train_l1_norm = normalize(dtm_train, "l1") with the error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x'
in selecting a method for function 'colSums': 'rowScale' is not an exported
object from 'namespace:Matrix' *and*
dtm_train_tfidf = fit_transform(dtm_train, tfidf) with the error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x'
in selecting a method for function 'colSums': 'rowScale' is not an exported
object from 'namespace:Matrix'
—
Reply to this email directly, view it on GitHub
<#338>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHC5XKDJFR4H5ASNTOJ433WXODMBANCNFSM6AAAAAAU3SNKYU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hello!
When running the code from https://cran.r-project.org/web/packages/text2vec/vignettes/text-vectorization.html ,
i encounter the following errors ( text2vec_0.6.3 ):
dtm_train_l1_norm = normalize(dtm_train, "l1")
with the error:Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'colSums': 'rowScale' is not an exported object from 'namespace:Matrix'
anddtm_train_tfidf = fit_transform(dtm_train, tfidf)
with the error:Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'colSums': 'rowScale' is not an exported object from 'namespace:Matrix'
The text was updated successfully, but these errors were encountered: