File size: 2,574 Bytes
1fdc633
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "task": "tabular-regression",
  "library_name": "skops",
  "model_file": "engagement_ridge.skops",
  "feature_columns": [
    "brand_industry",
    "brief_required_hook_type",
    "content_upload_day",
    "brief_required_tone__fun",
    "brief_required_tone__calm",
    "brief_required_tone__confident",
    "brief_required_tone__energetic",
    "brief_required_tone__glam",
    "brief_required_tone__fresh",
    "brief_required_tone__bold",
    "brief_required_tone__educational",
    "brief_required_tone__active",
    "brief_required_tone__aspirational",
    "brief_required_tone__scientific",
    "brief_required_tone__authentic",
    "brief_target_creator_tier__nano",
    "brief_target_creator_tier__micro",
    "brief_target_creator_tier__mid",
    "brief_target_creator_tier__macro",
    "brief_campaign_objective__awareness",
    "brief_campaign_objective__trial",
    "brief_campaign_objective__conversion",
    "brief_campaign_objective__engagement",
    "brief_target_audience_gender__female",
    "brief_target_audience_gender__male",
    "brief_visual_style__studio",
    "brief_visual_style__natural",
    "brief_visual_style__outdoor",
    "brief_visual_style__glam_lighting",
    "brief_dress_code__casual",
    "brief_dress_code__stylish",
    "brief_dress_code__activewear",
    "brief_dress_code__colorful",
    "brief_dress_code__bold_colors",
    "brand_avg_campaign_engagement_score",
    "brand_n_product_categories",
    "brief_product_placement_sec",
    "brief_n_required_keywords",
    "brief_n_mandatory_hashtags",
    "brief_n_mandatory_mentions",
    "brief_n_key_messages",
    "brief_target_age_min",
    "brief_target_age_max",
    "brief_target_age_span",
    "brief_duration_range_min",
    "brief_duration_range_max",
    "content_duration_sec",
    "content_upload_hour_sin",
    "content_upload_hour_cos",
    "content_is_weekend",
    "content_n_hashtags",
    "content_caption_len_chars",
    "content_caption_len_words",
    "content_caption_n_emoji",
    "content_caption_n_hashtags_inline",
    "content_caption_n_mentions_inline",
    "content_sound_popularity",
    "content_hashtag_compliance",
    "content_mention_compliance"
  ],
  "target": "engagement_score",
  "training_metrics": {
    "alpha": 10.0,
    "n_rows": 2000,
    "n_groups": 300,
    "cv_mae": 0.011419824566734465,
    "cv_rmse": 0.01458130687031906,
    "cv_r2": 0.7102257580449983,
    "baseline_mae": 0.021489796999999998,
    "baseline_rmse": 0.027087352583401354
  },
  "sklearn_estimator": "sklearn.pipeline.Pipeline(ColumnTransformer + Ridge)"
}