File size: 576 Bytes
0eabbf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
language: en
license: mit
tags:
  - explainable-ai
  - multi-objective
  - recommender-system
datasets:
  - MahdiFattahi/synthetic-multi-stakeholder-recommendation-scenarios
---

# ⚖️ Explainable Multi-Stakeholder Recommender

A multi-objective decision system balancing user preferences, merchant fairness, and environmental constraints.

## Technical formulation
Generates ranked items by maximizing the weighted utility score:
$$U = w_{user} \cdot S_{pref} + w_{fair} \cdot S_{fairness} - w_{env} \cdot C_{pressure}$$
subject to strict capacity constraint filters.