100+ datasets found
  1. u

    Social Recommendation Data

    • cseweb.ucsd.edu
    json
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    UCSD CSE Research Project, Social Recommendation Data [Dataset]. https://cseweb.ucsd.edu/~jmcauley/datasets.html
    Explore at:
    jsonAvailable download formats
    Dataset authored and provided by
    UCSD CSE Research Project
    Description

    These datasets include ratings as well as social (or trust) relationships between users. Data are from LibraryThing (a book review website) and epinions (general consumer reviews).

    Metadata includes

    • reviews

    • price paid (epinions)

    • helpfulness votes (librarything)

    • flags (librarything)

  2. Ecomerce Product Recommendation Dataset

    • kaggle.com
    zip
    Updated May 27, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    kartikey bartwal (2024). Ecomerce Product Recommendation Dataset [Dataset]. https://www.kaggle.com/datasets/kartikeybartwal/ecomerce-product-recommendation-dataset
    Explore at:
    zip(14092 bytes)Available download formats
    Dataset updated
    May 27, 2024
    Authors
    kartikey bartwal
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Ecommerce Product Recommendation Dataset using Content Filtering

    This dataset provides a comprehensive collection of features for building a content-based recommendation system in an ecommerce environment. Content filtering, which relies on users' interests and past activities, is a prevalent method for suggesting products tailored to individual preferences.

    Each entry in the dataset represents a product along with various attributes that can be leveraged for recommendation purposes. Here's an overview of the features included:

    1) Number of clicks on similar products: Indicates the popularity or engagement level of similar items. 2) Number of similar products purchased so far: Reflects the conversion rate of similar products. 3) Average rating given to similar products: Offers insight into the perceived quality of comparable items. 4) Gender: Allows for gender-specific recommendations. 5) Median purchasing price (in rupees): Provides pricing information for segmentation or pricing strategy analysis. 6) Rating of the product: The rating of the product itself, indicating its overall quality. 7)**Brand of the product**: Brand loyalty or preference can influence recommendations. 8) Customer review sentiment score (overall): Sentiment analysis of customer reviews, indicating overall satisfaction. 9) Price of the product: The actual price of the product. 10) Holiday: Seasonal or holiday-specific buying patterns. 11) Season: Seasonal preferences may influence product choices. 12) Geographical locations: Regional preferences or availability may impact recommendations. 13) Probability for the product to be recommended to the person: The likelihood of recommending the product to a specific user based on their profile and past behavior.

    With this rich set of features, businesses can implement sophisticated recommendation algorithms to personalize the shopping experience for users, ultimately leading to increased customer satisfaction, engagement, and sales.

  3. Movie recommendation system dataset

    • kaggle.com
    zip
    Updated Sep 13, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Raihan Sikdar (2022). Movie recommendation system dataset [Dataset]. https://www.kaggle.com/datasets/raihansikdar/movie-recommendation-system-dataset
    Explore at:
    zip(9317820 bytes)Available download formats
    Dataset updated
    Sep 13, 2022
    Authors
    Raihan Sikdar
    Description

    Dataset

    This dataset was created by Raihan Sikdar

    Contents

  4. lastfm Music Recommendation Dataset

    • zenodo.org
    • data.niaid.nih.gov
    gz
    Updated Feb 15, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Òscar Celma; Òscar Celma (2022). lastfm Music Recommendation Dataset [Dataset]. http://doi.org/10.5281/zenodo.6090214
    Explore at:
    gzAvailable download formats
    Dataset updated
    Feb 15, 2022
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Òscar Celma; Òscar Celma
    Description

    This is a common Zenodo repository for both lastfm-360K and lastfm-1K datasets. See below the details of both datasets, including license, acknowledgements, contact, and instructions to cite.

    LASTFM-360K (version 1.2, March 2010).

    • What is this? This dataset contains
    • Files:
      • usersha1-artmbid-artname-plays.tsv (MD5: be672526eb7c69495c27ad27803148f1)
      • usersha1-profile.tsv (MD5: 51159d4edf6a92cb96f87768aa2be678)
      • mbox_sha1sum.py (MD5: feb3485eace85f3ba62e324839e6ab39)
    • Data Statistics:
      • File usersha1-artmbid-artname-plays.tsv:
        • Total Lines: 17,559,530
        • Unique Users: 359,347
        • Artists with MBID: 186,642
        • Artists without MBID: 107,373
    • Data Format: The data is formatted one entry per line as follows (tab separated "\t"):
      • File usersha1-artmbid-artname-plays.tsv:
        user-mboxsha1 \t musicbrainz-artist-id \t artist-name \t plays
      • File usersha1-profile.tsv:
        user-mboxsha1 \t gender (m|f|empty) \t age (int|empty) \t country (str|empty) \t signup (date|empty)
    • Example:
      • File usersha1-artmbid-artname-plays.tsv:
        000063d3fe1cf2ba248b9e3c3f0334845a27a6be \t a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432 \t u2 \t 31 ...
      • File usersha1-profile.tsv:
        000063d3fe1cf2ba248b9e3c3f0334845a27a6be \t m \t 19 \t Mexico \t Apr 28, 2008 ...

    LASTFM-1K (version 1.0, March 2010).

    • What is this? This dataset contains
    • Files:
      • userid-timestamp-artid-artname-traid-traname.tsv (MD5: 64747b21563e3d2aa95751e0ddc46b68)
      • userid-profile.tsv (MD5: c53608b6b445db201098c1489ea497df)
    • Data Statistics:
      • File userid-timestamp-artid-artname-traid-traname.tsv:
        • Total Lines: 19,150,868
        • Unique Users: 992
        • Artists with MBID: 107,528
        • Artists without MBDID: 69,420
    • Data Format: The data is formatted one entry per line as follows (tab separated, "\t"):
      • File userid-timestamp-artid-artname-traid-traname.tsv:
        userid \t timestamp \t musicbrainz-artist-id \t artist-name \t musicbrainz-track-id \t track-name
      • File userid-profile.tsv:
        userid \t gender ('m'|'f'|empty) \t age (int|empty) \t country (str|empty) \t signup (date|empty)
    • Example:
      • File userid-timestamp-artid-artname-traid-traname.tsv:
        user_000639 \t 2009-04-08T01:57:47Z \t MBID \t The Dogs D'Amour \t MBID \t Fall in Love Again?
        user_000639 \t 2009-04-08T01:53:56Z \t MBID \t The Dogs D'Amour \t MBID \t Wait Until I'm Dead ...
      • File userid-profile.tsv:
        user_000639 \t m \t Mexico \t Apr 27, 2005 ...

    LICENSE OF BOTH DATASETS. The data contained in both datasets is distributed with permission of Last.fm. The data is made available for non-commercial use. Those interested in using the data or web services in a commercial context should contact:

    partners [at] last [dot] fm

    For more information see Last.fm terms of service

    ACKNOWLEDGEMENTS. Thanks to Last.fm for providing the access to this data via their web services. Special thanks to Norman Casagrande.

    REFERENCES. When using this dataset you must reference the Last.fm webpage. Optionally (not mandatory at all!), you can cite Chapter 3 of this book:

    @book{Celma:Springer2010,
      author = {Celma, O.},
      title = {{Music Recommendation and Discovery in the Long Tail}},
      publisher = {Springer},
      year = {2010}
    }
    

    CONTACT: This data was collected by Òscar Celma @ MTG/UPF

  5. h

    job-recommendation-system

    • huggingface.co
    Updated Jun 26, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Trang Tran (2024). job-recommendation-system [Dataset]. https://huggingface.co/datasets/thuychang404/job-recommendation-system
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 26, 2024
    Authors
    Trang Tran
    Description

    thuychang404/job-recommendation-system dataset hosted on Hugging Face and contributed by the HF Datasets community

  6. Movie Recommendation

    • kaggle.com
    zip
    Updated Aug 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sahil Islam007 (2025). Movie Recommendation [Dataset]. https://www.kaggle.com/datasets/sahilislam007/movie-recommendation
    Explore at:
    zip(317012 bytes)Available download formats
    Dataset updated
    Aug 29, 2025
    Authors
    Sahil Islam007
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    🎬 Movie Recommendation Dataset 📖 Overview

    This dataset is created to help researchers, students, and practitioners build movie recommendation systems. It contains 20,000 rows of realistic, user-movie interaction data, blending popular movie titles, genres, and user behavior metrics.

    It is ideal for experimenting with collaborative filtering, content-based filtering, hybrid approaches, and deep learning-based recommenders.

    📂 Dataset Structure

    The dataset has the following columns:

    movie_title 🎥 The name of the movie (e.g., The Shawshank Redemption, Inception, Titanic). Titles are based on realistic movie names from popular cinema.

    user_id 👤 A unique identifier for each user (e.g., User_1023). Simulates multiple users interacting with various movies.

    genres 🎭 One or more genres for each movie (e.g., Action, Comedy, Drama). Useful for content-based recommendation.

    watch_time ⏱️ Time spent (in minutes) by the user watching the movie. Higher watch time can imply greater engagement.

    imdb_score ⭐ A score between 1.0 and 10.0, inspired by IMDb ratings. Acts as a measure of quality or popularity.

    movie_likes ❤️ The number of likes a movie has (0–10,000). Works as an implicit popularity measure.

    📊 Use Cases

    Building Recommendation Systems (Collaborative Filtering, Content-based, Hybrid, Deep Learning models)

    Exploratory Data Analysis (EDA) on user preferences

    Data visualization (genre distribution, rating patterns, engagement analysis)

    Practicing data cleaning, preprocessing, and feature engineering

    Testing machine learning algorithms for personalization tasks

    🌍 Source

    The dataset is synthetically generated but uses realistic movie titles and attributes.

    Movie names are inspired by popular films on IMDb and general cinema culture.

    User interactions (watch time, likes, ratings) were simulated with statistical distributions to mimic real-world behavior.

    ⚠️ Disclaimer: This dataset was not scraped from IMDb, Netflix, or any external service. It was created for educational and research purposes only.

    📌 Column Summary Column Type Description movie_title String The movie name (popular real-world titles included) user_id String Unique identifier for each user (e.g., User_1234) genres String One or more genres, comma-separated watch_time Integer Time in minutes user watched the movie (10–180) imdb_score Float IMDb-like score between 1.0 and 10.0 movie_likes Integer Number of likes the movie received (0–10,000) 🙌 Acknowledgements

    This dataset was created for the data science and ML community to:

    Build and test recommendation systems

    Explore movie analytics

    Practice ML modeling on structured data

    If you use this dataset, a citation or link back is appreciated. ❤️

    ✨ Happy analyzing & recommending movies! ✨

  7. RuleRecommendation

    • huggingface.co
    Updated Jul 29, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Wyze Labs (2023). RuleRecommendation [Dataset]. https://huggingface.co/datasets/wyzelabs/RuleRecommendation
    Explore at:
    Dataset updated
    Jul 29, 2023
    Dataset authored and provided by
    Wyze Labshttps://www.wyze.com/
    License

    Attribution-NonCommercial-NoDerivs 4.0 (CC BY-NC-ND 4.0)https://creativecommons.org/licenses/by-nc-nd/4.0/
    License information was derived automatically

    Description

    Wyze Rule Recommendation Dataset

      Dataset Summary
    

    The Wyze Rule dataset is a new large-scale dataset designed specifically for smart home rule recommendation research. It contains over 1 million rules generated by 300,000 users from Wyze Labs, offering an extensive collection of real-world automation rules tailored to users' unique smart home setups. The goal of the Wyze Rule dataset is to advance research and development of personalized rule recommendation systems for… See the full description on the dataset page: https://huggingface.co/datasets/wyzelabs/RuleRecommendation.

  8. Research into algorithmically driven music recommendation systems

    • gov.uk
    Updated Jul 19, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Centre for Data Ethics and Innovation (2022). Research into algorithmically driven music recommendation systems [Dataset]. https://www.gov.uk/government/publications/research-into-algorithmically-driven-music-recommendation-systems
    Explore at:
    Dataset updated
    Jul 19, 2022
    Dataset provided by
    GOV.UKhttps://gov.uk/
    Authors
    Centre for Data Ethics and Innovation
    Description

    The CDEI has been tasked with researching the ways in which algorithmically driven recommendation systems have impacted music consumption, including how creators are being affected (see Recommendation 18 in the government’s response to the economics of music streaming Committee’s Second Report). The CDEI will be carrying out a survey to take the views of creators into consideration as part of our research, as well as begin to understand if and how algorithmically driven recommendation systems affect different categories of creators, creators across different genres, and whether there are any apparent differences in their effect by region, age, gender identity, or ethnic group. This privacy notice explains who the CDEI are, the personal data the CDEI collects, how the CDEI uses it, who the CDEI shares it with, and what your legal rights are.

  9. Deezer listening events dataset

    • zenodo.org
    • data.niaid.nih.gov
    gz
    Updated Oct 4, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Viet Anh TRAN; Viet Anh TRAN (2024). Deezer listening events dataset [Dataset]. http://doi.org/10.5281/zenodo.13890194
    Explore at:
    gzAvailable download formats
    Dataset updated
    Oct 4, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Viet Anh TRAN; Viet Anh TRAN
    License

    Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
    License information was derived automatically

    Description

    What does this dataset contain?

    This dataset contains over 700 million time-stamped listening events collected from 3.4M anonymised users on the music streaming service Deezer, occurred between March and August 2022. It includes 50k anonymised songs, among the most popular ones on the service as well as their pre-trained embedding vectors, calculated by our internal model. All files are in parquet format which could be read by using pandas.read_parquet function.

    What could this dataset be used for?

    This dataset could be used for collaborative filtering as well as sequential recommendation (including both next-item and next-session recommendations).

    Citation

    If you use this dataset, please cite following paper:

    @inproceedings{tran-recsys2024,
     title={Transformers Meet ACT-R: Repeat-Aware and Sequential Listening Session Recommendation},
     author={Viet-Anh Tran, Guillaume Salha-Galvan, Bruno Sguerra and Romain Hennequin},
     booktitle = {Proceedings of the 18th ACM Conference on Recommender Systems},
     year = {2024}
    }
  10. D

    Content-Based Recommendation System Market Research Report 2034

    • dataintelo.com
    csv, pdf, pptx
    Updated May 14, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dataintelo (2026). Content-Based Recommendation System Market Research Report 2034 [Dataset]. https://dataintelo.com/report/global-content-based-recommendation-system-market
    Explore at:
    pdf, csv, pptxAvailable download formats
    Dataset updated
    May 14, 2026
    Dataset authored and provided by
    Dataintelo
    License

    https://dataintelo.com/privacy-and-policyhttps://dataintelo.com/privacy-and-policy

    Time period covered
    2025 - 2034
    Area covered
    Japan, Worldwide, United Kingdom, France, South Korea, United States, Germany, China
    Description

    Content-Based Recommendation System market was valued at $5.8 billion in 2025, projected to reach $18.6 billion by 2034, growing at 13.8% CAGR. Comprehensive analysis of software, services, e-commerce, media, and healthcare applications.

  11. Career Path Recommendations

    • kaggle.com
    zip
    Updated Dec 6, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Muhammad Ahsan (2025). Career Path Recommendations [Dataset]. https://www.kaggle.com/datasets/ahsanneural/career-path-recommendations-dataset
    Explore at:
    zip(150160 bytes)Available download formats
    Dataset updated
    Dec 6, 2025
    Authors
    Muhammad Ahsan
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    📌 Overview

    This is a synthetic dataset containing 5,000 rows for career path recommendation based on education level, specialization, skills, certifications, and CGPA.

    📂 Columns

    • Education Level (Matric, Intermediate, Bachelor's, Master's, PhD)
    • Specialization (e.g., Science, Commerce, Computer Science)
    • Skills (e.g., Python, MS Office, Data Analysis)
    • Certifications (e.g., Google Data Analytics, Tally ERP)
    • CGPA/Percentage (numeric)
    • Recommended Career (e.g., Software Engineer, Financial Analyst)

    🎯 Use Cases

    • Career recommendation systems
    • Gradio-based filtering interfaces
    • ML model training for career prediction
    • Education-to-job mapping demos https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F26905488%2Fd8568e9dd02a818c3c0d0a476f9adb15%2FScreenshot%202025-12-07%20023745.png?generation=1765059571950589&alt=media" alt="">

    ⚠️ Notes

    • This dataset is synthetically generated using Python in Google Colab.
    • No personal or sensitive data is included.
    • Ideal for educational and prototype use.
  12. Top product recommendation sources according to consumers in the U.S. 2024

    • statista.com
    Updated Nov 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Top product recommendation sources according to consumers in the U.S. 2024 [Dataset]. https://www.statista.com/statistics/1460957/share-consumer-trust-brand-recommendation-source-united-states/
    Explore at:
    Dataset updated
    Nov 29, 2025
    Dataset authored and provided by
    Statistahttps://statista.com/
    Time period covered
    Mar 19, 2024 - Mar 20, 2024
    Area covered
    United States
    Description

    During a March 2024 survey among adults in the United States, around ** percent of respondents selected friends and family as a trustworthy product recommendation source. Recommendations from an expert reviewer followed with a share of ** percent, whereas artificial intelligence (AI) applications such as ChatGPT and Bard ranked fifth, chosen by less than ** percent of the interviewees.

  13. Z

    KuaiSAR: A Unified Search And Recommendation Dataset

    • data.niaid.nih.gov
    • zenodo.org
    Updated Jul 25, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xu, Jun (2023). KuaiSAR: A Unified Search And Recommendation Dataset [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_8031219
    Explore at:
    Dataset updated
    Jul 25, 2023
    Dataset provided by
    Sun, Zhongxiang
    Zhang, Xiao
    Zang, Xiaoxue
    Niu, Yanan
    Xu, Jun
    Song, Yang
    Si, Zihua
    Leng, Dewei
    Description

    The confluence of Search and Recommendation (S&R) services is a vital aspect of online content platforms like Kuaishou and TikTok. The integration of S&R modeling is a highly intuitive approach adopted by industry practitioners. However, there is a noticeable lack of research conducted in this area within the academia, primarily due to the absence of publicly available datasets. Consequently, a substantial gap has emerged between academia and industry regarding research endeavors in this field. To bridge this gap, we introduce the first large-scale, real-world dataset KuaiSAR of integrated Search And Recommendation behaviors collected from Kuaishou, a leading short-video app in China with over 300 million daily active users. Previous research in this field has predominantly employed publicly available datasets that are semi-synthetic and simulated, with artificially fabricated search behaviors. Distinct from previous datasets, KuaiSAR records genuine user behaviors, the occurrence of each interaction within either search or recommendation service, and the users’ transitions between the two services. This work aids in joint modeling of S&R, and the utilization of search data for recommenders (and recommendation data for search engines). Additionally, due to the diverse feedback labels of user-video interactions, KuaiSAR also supports a wide range of other tasks, including intent recommendation, multi-task learning, and long sequential multi-behavior modeling etc. We believe this dataset will facilitate innovative research and enrich our understanding of S&R services integration in real-world applications.

  14. t

    Tour Recommendation Model

    • test.researchdata.tuwien.ac.at
    • test.researchdata.tuwien.at
    bin, md, png
    Updated May 14, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Muhammad Mobeel Akbar; Muhammad Mobeel Akbar; Muhammad Mobeel Akbar; Muhammad Mobeel Akbar (2025). Tour Recommendation Model [Dataset]. http://doi.org/10.70124/akpf6-8p175
    Explore at:
    md, bin, pngAvailable download formats
    Dataset updated
    May 14, 2025
    Dataset provided by
    TU Wien
    Authors
    Muhammad Mobeel Akbar; Muhammad Mobeel Akbar; Muhammad Mobeel Akbar; Muhammad Mobeel Akbar
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Apr 28, 2025
    Description

    Dataset Description for Tour Recommendation Model

    Context and Methodology:

    • Research Domain/Project:
      This dataset is part of the Tour Recommendation System project, which focuses on predicting user preferences and ratings for various tourist places and events. It belongs to the field of Machine Learning, specifically applied to Recommender Systems and Predictive Analytics.

    • Purpose:
      The dataset serves as the training and evaluation data for a Decision Tree Regressor model, which predicts ratings (from 1-5) for different tourist destinations based on user preferences. The model can be used to recommend places or events to users based on their predicted ratings.

    • Creation Methodology:
      The dataset was originally collected from a tourism platform where users rated various tourist places and events. The data was preprocessed to remove missing or invalid entries (such as #NAME? in rating columns). It was then split into subsets for training, validation, and testing the model.

    Technical Details:

    • Structure of the Dataset:
      The dataset is stored as a CSV file (user_ratings_dataset.csv) and contains the following columns:

      • place_or_event_id: Unique identifier for each tourist place or event.

      • rating: Rating given by the user, ranging from 1 to 5.

      The data is split into three subsets:

      • Training Set: 80% of the dataset used to train the model.

      • Validation Set: A small portion used for hyperparameter tuning.

      • Test Set: 20% used to evaluate model performance.

    • Folder and File Naming Conventions:
      The dataset files are stored in the following structure:

      • user_ratings_dataset.csv: The original dataset file containing user ratings.

      • tour_recommendation_model.pkl: The saved model after training.

      • actual_vs_predicted_chart.png: A chart comparing actual and predicted ratings.

    • Software Requirements:
      To open and work with this dataset, the following software and libraries are required:

      • Python 3.x

      • Pandas for data manipulation

      • Scikit-learn for training and evaluating machine learning models

      • Matplotlib for chart generation

      • Joblib for saving and loading the trained model

      The dataset can be opened and processed using any Python environment that supports these libraries.

    • Additional Resources:

      • The model training code, README file, and performance chart are available in the project repository.

      • For detailed explanation and code, please refer to the GitHub repository (or any other relevant link for the code).

    Further Details:

    • Dataset Reusability:
      The dataset is structured for easy use in training machine learning models for recommendation systems. Researchers and practitioners can utilize it to:

      • Train other types of models (e.g., regression, classification).

      • Experiment with different features or add more metadata to enrich the dataset.

    • Data Integrity:
      The dataset has been cleaned and preprocessed to remove invalid values (such as #NAME? or missing ratings). However, users should ensure they understand the structure and the preprocessing steps taken before reusing it.

    • Licensing:
      The dataset is provided under the CC BY 4.0 license, which allows free usage, distribution, and modification, provided that proper attribution is given.

  15. Consumers' trust in recommendation sources in the U.S. 2024

    • statista.com
    Updated Nov 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Consumers' trust in recommendation sources in the U.S. 2024 [Dataset]. https://www.statista.com/statistics/1411395/consumers-trust-information-sources-us/
    Explore at:
    Dataset updated
    Nov 29, 2025
    Dataset authored and provided by
    Statistahttps://statista.com/
    Area covered
    United States
    Description

    Friends and family were the most trusted source of product recommendations according to consumers surveyed in the United States as of March 2024. Nearly ** percent of respondents mentioned the source. Around **** out of 10 customers strongly or somewhat agreed that they trust product recommendations from AI applications, such as ChatGPT and Bard.

  16. b

    Upgrade recommendation dataset

    • bottleneckcalculator.to
    Updated Jun 30, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bottleneck Calculator (2026). Upgrade recommendation dataset [Dataset]. https://bottleneckcalculator.to/en/result/Ryzen-7-7800X3D/RTX-4070-Super/
    Explore at:
    Dataset updated
    Jun 30, 2026
    Dataset authored and provided by
    Bottleneck Calculator
    License

    https://bottleneckcalculator.to/en/terms/https://bottleneckcalculator.to/en/terms/

    Variables measured
    Low priority upgrade, High priority upgrade, Medium priority upgrade
    Description

    Upgrade actions and priorities derived from the bottleneck model for Ryzen 7 7800X3D with RTX 4070 Super.

  17. D

    Recommendation Engine Market Research Report 2034

    • dataintelo.com
    csv, pdf, pptx
    Updated May 14, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dataintelo (2026). Recommendation Engine Market Research Report 2034 [Dataset]. https://dataintelo.com/report/global-recommendation-engine-market
    Explore at:
    pptx, csv, pdfAvailable download formats
    Dataset updated
    May 14, 2026
    Dataset authored and provided by
    Dataintelo
    License

    https://dataintelo.com/privacy-and-policyhttps://dataintelo.com/privacy-and-policy

    Time period covered
    2025 - 2034
    Area covered
    China, Germany, Worldwide, Japan, South Korea, United States, France, United Kingdom
    Description

    The Recommendation Engine market was valued at $3.2 billion in 2025 and is projected to reach $18.5 billion by 2034, growing at 21.8% CAGR.

  18. b

    Upgrade recommendation dataset

    • bottleneckcalculator.to
    Updated Jul 14, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bottleneck Calculator (2026). Upgrade recommendation dataset [Dataset]. https://bottleneckcalculator.to/en/result/Core-i5-12400F/RX-7800-XT/
    Explore at:
    Dataset updated
    Jul 14, 2026
    Dataset authored and provided by
    Bottleneck Calculator
    License

    https://bottleneckcalculator.to/en/terms/https://bottleneckcalculator.to/en/terms/

    Variables measured
    Low priority upgrade, High priority upgrade, Medium priority upgrade
    Description

    Upgrade actions and priorities derived from the bottleneck model for Core i5-12400F with RX 7800 XT.

  19. Crop Recommendation Dataset

    • kaggle.com
    zip
    Updated Apr 28, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shraddha Suman (2024). Crop Recommendation Dataset [Dataset]. https://www.kaggle.com/datasets/shraddhasuman26/crop-recommendation-dataset
    Explore at:
    zip(65234 bytes)Available download formats
    Dataset updated
    Apr 28, 2024
    Authors
    Shraddha Suman
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    This dataset is for a Crop Recommendation Machine Learning Model This dataset contains the following Data Fields - • N - ratio of Nitrogen content in soil • P - ratio of Phosphorous content in soil • K - ratio of Potassium content in soil • temperature - temperature in degree Celsius • humidity - relative humidity in % • ph - ph value of the soil • rainfall - rainfall in mm

  20. m

    Sample data for recommendation systems

    • mockdatafaker.com
    csv, json, sql
    Updated Jul 8, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2026). Sample data for recommendation systems [Dataset]. https://mockdatafaker.com/sample/sample-data-for-recommendation-systems.html
    Explore at:
    json, csv, sqlAvailable download formats
    Dataset updated
    Jul 8, 2026
    License

    https://mockdatafaker.com/https://mockdatafaker.com/

    Description

    Free basket dataset for recommendation-system practice — co-purchase patterns for item-to-item and collaborative methods. Reproducible by seed.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
UCSD CSE Research Project, Social Recommendation Data [Dataset]. https://cseweb.ucsd.edu/~jmcauley/datasets.html

Social Recommendation Data

Explore at:
348 scholarly articles cite this dataset (View in Google Scholar)
jsonAvailable download formats
Dataset authored and provided by
UCSD CSE Research Project
Description

These datasets include ratings as well as social (or trust) relationships between users. Data are from LibraryThing (a book review website) and epinions (general consumer reviews).

Metadata includes

  • reviews

  • price paid (epinions)

  • helpfulness votes (librarything)

  • flags (librarything)

Search
Clear search
Close search
Google apps
Main menu