FlexMF WARP

This page analyzes the hyperparameter tuning results for the FlexMF scorer in implicit-feedback mode with WARP loss.

Parameter Search Space

Parameter Type Distribution Values Selected
embedding_size Integer LogUniform 4 ≤ \(x\) ≤ 512 68
regularization Float LogUniform 0.0001 ≤ \(x\) ≤ 10 0.104
learning_rate Float LogUniform 0.001 ≤ \(x\) ≤ 0.1 0.0161
reg_method Categorical Uniform L2, AdamW AdamW
item_bias Categorical Uniform True, False False

Final Result

Searching selected the following configuration:

{
    'embedding_size': 68,
    'regularization': 0.10400109630704613,
    'learning_rate': 0.01611400756695732,
    'reg_method': 'AdamW',
    'item_bias': False,
    'epochs': 11
}

With these metrics:

{
    'RBP': 0.08336655345503917,
    'NDCG': 0.32185639942714905,
    'RecipRank': 0.29158023463289884,
    'TrainTask': '45a7a158-7e10-4dc5-be56-455ac1f93063',
    'TrainTime': None,
    'TrainCPU': None,
    'max_epochs': 50,
    'done': False,
    'training_iteration': 11,
    'trial_id': '18692_00013',
    'date': '2025-04-22_10-04-41',
    'timestamp': 1745330681,
    'time_this_iter_s': 2.7127156257629395,
    'time_total_s': 38.12555241584778,
    'pid': 816675,
    'hostname': 'CCI-ws21',
    'node_ip': '10.248.127.152',
    'config': {
        'embedding_size': 68,
        'regularization': 0.10400109630704613,
        'learning_rate': 0.01611400756695732,
        'reg_method': 'AdamW',
        'item_bias': False,
        'epochs': 11
    },
    'time_since_restore': 2.7127156257629395,
    'iterations_since_restore': 1
}

Parameter Analysis

Embedding Size

The embedding size is the hyperparameter that most affects the model’s fundamental logic, so let’s look at performance as a fufnction of it:

Learning Parameters

Iteration Completion

How many iterations, on average, did we complete?

How did the metric progress in the best result?

How did the metric progress in the longest results?