Popularity-Based Recommendation Systems in RapidMiner

Опубликовано: 13 Май 2026
на канале: AI-ML Node&Code
416
9

This tutorial uses a movie rating dataset to explain a popularity-based recommendation system.
To prevent bias from entering the model, movies and users with few ratings are eliminated from the dataset. All movies are ranked according to their average rating. All users can receive recommendations for the most popular movies, which are those with the highest average rating.

The dataset can be found here:
https://www.kaggle.com/datasets/ayush...

MORE VIDEOS:

Load data in RapidMiner
   • RapidMiner, Load data, save process, and s...  

Missing values
   • Missing Values in RapidMiner #missing_valu...  

Decision tree
   • Decision Tree in RapidMiner #decision_tree...  

Random Forest Classifier
   • Random Forest Classifier in RapidMiner  

Linear Regression
   • Linear Regression in RapidMiner  

Neural Network Classifier
   • Neural Network Classifier  

extension installation
   • How to install extension in RapidMiner #Sh...