Giter VIP home page Giter VIP logo

Comments (4)

ran88dom99 avatar ran88dom99 commented on August 16, 2024

simply changing current_user to "8" makes this part run. Because its the first row name and neither 7329 nor 17329 exist in row names. that 7329 is dependent on random seed but no numbers go above summary(as.integer(rownames(ratingmat))) 10000

from goodbooks-10k.

ran88dom99 avatar ran88dom99 commented on August 16, 2024

glimpse(ratingmat)
summary(as.integer(ratingmat@Dimnames$user_id))
Min. 1st Qu. Median Mean 3rd Qu. Max.
8 13427 26638 26841 40486 53407

What was I supposed to do? Is there some setting I could change? BUT

any( (ratingmat@Dimnames$user_id)=="17329")
[1] FALSE
any( as.integer(ratingmat@Dimnames$user_id)==17329)
FALSE

from goodbooks-10k.

ran88dom99 avatar ran88dom99 commented on August 16, 2024

BUT THEN max(users==17329), even any(sample_users==17329) =1
perhaps you intended to use base::as.matrix instead of Matrix::as.matrix?

from goodbooks-10k.

zygmuntz avatar zygmuntz commented on August 16, 2024

Please contact Philipp Spachtholz, the author of the R notebook, for help with this.

from goodbooks-10k.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.