aggregate_max
Input
def score_function_recommendation( params, V):
score1 = 0.0
if match('genres'):
aggregate_max ("min_budget_genres", "rating")
if match('languages'):
aggregate_max ("min_budget", "rating")
score1 += rarity_sum('genres')
return score1 Last updated