YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Fidelio, pipeline hybrid movie recommender system

Python Scikit-Learn Pandas

Fidelio Logo

A pipeline movie recommendation system developed as part of the Machine Learning (ML) course.

The Pipeline Architecture

This project implements one hybrid methodology to solve the cold-start problem and improve recommendation accuracy:

๐Ÿ”น Pipeline: The Gradient Boosted Hybrid

A feature-based machine learning approach that treats recommendation as a regression/ranking problem:

  1. Content Encoding: Metadata is encoded into numerical features.
  2. Collaborative Features: User and Item embeddings/vectors are used as input features.
  3. Gradient Boosting Machine (GBM): A Tree-based model (Hist Gradient Boosting) is trained on these combined features to predict the specific user rating.

Data Sources & Acknowledgments

This project utilizes a custom dataset constructed by merging user ratings with rich movie metadata collected from multiple sources:

Trained Model

The complete documentation and the setup tutorial are not included in this repository.

You can see everything on Github: https://github.com/jacob14047/Fidelio

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support