question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use the MovieLens datasets in original split(5-folds) without valid data

See original GitHub issue

Hello, I wanna use use the MovieLens datasets in original split(5-folds) without valid data, but I’ve noticed that the spilt_ratio in evaluation setting would always take affect even though I set it as [0.8, 0.2, 0](which actually convert into [0.8, 0.1, 0.1]).

How can I make it?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
chenyushuocommented, Dec 25, 2020

@mayaKaplansky You are right. However, the sequential model does not support config['benchmark_filename'] temporary.

0reactions
johnny12150commented, Dec 29, 2020

However, the sequential model does not support config['benchmark_filename'] temporarily.

@chenyushuo Is there a timeline for adding pre-split dataset support to sequential models?

Read more comments on GitHub >

github_iconTop Results From Across the Web

21.2. The MovieLens Dataset - Dive into Deep Learning
We will use the MovieLens 100K dataset (Herlocker et al., 1999). ... Let's load up the data and inspect the first five records...
Read more >
The easy guide for building python collaborative filtering ...
We will use a library called Surprise to build a simple collaborative filtering recommendation system on the MovieLens 100K Dataset.
Read more >
End-to-End Recommender System with Gradient - Part 2
In the second part of a six-part series, we'll show how to go from a raw dataset to a suitable model training set...
Read more >
Movielens Data Set - Martin Thoma
The task is to predict the ratings. To do so, the data gets sorted by timestamp. A 50% train data and 50% test...
Read more >
For Review Only
Without input, a recommender is just an engine without fuel and so ... The first MovieLens dataset (ML 100K) was released at the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found