Paraskevas

Results 2 issues of Paraskevas

The examples usually state: ``` ratings = ratings.map(lambda x: { "movie_title": x["movie_title"], "user_id": x["user_id"], }) movies = movies.map(lambda x: x["movie_title"]) ``` In my current dataset, I do not have movies...

I was curious since the model.save() command won't work and since for retrieval we have the index.save() (which thankfully does), how one could save the ranking aspect and use it...

question