How to use the MovieLens datasets in original split(5-folds) without valid data
See original GitHub issueHello,
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:
- Created 3 years ago
- Comments:9 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mayaKaplansky You are right. However, the sequential model does not support
config['benchmark_filename']
temporary.@chenyushuo Is there a timeline for adding pre-split dataset support to sequential models?