@@ -328,7 +328,6 @@ def run_ecommerce_upsell_component_feature_experiment(self):
328
328
)
329
329
print (" - (Bayesian) Feature Experiment: Suggested Items Carousel" )
330
330
self .create_ecommerce_upsell_component_feature_experiment ()
331
- print ("Done creating experiment" )
332
331
self .experiment_created = True
333
332
334
333
def create_ecommerce_upsell_component_feature_experiment (self ):
@@ -396,7 +395,6 @@ def run_ecommerce_new_search_engine_feature_experiment(self):
396
395
print (" - (Frequentist) Feature Experiment: New Search Engine" )
397
396
self .create_ecommerce_new_search_engine_feature_experiment ()
398
397
self .ldproject .start_exp_iteration ("new-search-engine" , "production" )
399
- print ("Done" )
400
398
self .experiment_created = True
401
399
402
400
def create_ecommerce_new_search_engine_feature_experiment (self ):
@@ -430,7 +428,6 @@ def run_togglebank_ai_config_experiment(self):
430
428
)
431
429
self .create_togglebank_ai_config_experiment ()
432
430
self .ldproject .start_exp_iteration ("ai-config-experiment" , "production" )
433
- print ("Done" )
434
431
self .experiment_created = True
435
432
436
433
def create_togglebank_ai_config_experiment (self ):
@@ -460,9 +457,8 @@ def create_togglebank_ai_config_experiment(self):
460
457
# Create all the experiment holdouts
461
458
462
459
def create_and_run_holdout (self ):
463
- print ("Creating holdout: " )
460
+ print (" - Creating holdout: " )
464
461
self .run_q4_increase_incart_price_holdout ()
465
- print ("Done Creating holdout" )
466
462
467
463
def run_q4_increase_incart_price_holdout (self ):
468
464
metrics = [
@@ -494,14 +490,14 @@ def run_q4_increase_incart_price_holdout(self):
494
490
# Create all the experiment layers
495
491
496
492
def create_and_run_layer (self ):
497
- print ("Creating checkout_experiment layer: " )
493
+ print (" - Creating checkout_experiment layer: " )
498
494
self .run_checkout_experiment_layer ()
499
- print ("Updating checkout_experiment layer with experiments: " )
495
+ print (" - Updating checkout_experiment layer with experiments: " )
500
496
self .update_checkout_experiment_layer ()
501
- print ("Done updating layer" )
502
- print ("Start running suggested-items-carousel experiment: " )
497
+ print (" - Done updating layer" )
498
+ print (" - Start running suggested-items-carousel experiment: " )
503
499
self .ldproject .start_exp_iteration ("suggested-items-carousel" , "production" )
504
- print ("Start running new-collection-promotion-banner: " )
500
+ print (" - Start running new-collection-promotion-banner: " )
505
501
self .ldproject .start_exp_iteration ("new-collection-promotion-banner" , "production" )
506
502
print ("Done" )
507
503
@@ -543,45 +539,45 @@ def update_add_userid_to_flags(self):
543
539
##################################################
544
540
545
541
def add_userid_to_flags (self ):
546
- # res = self.ldproject.add_maintainer_to_flag("wealthManagement")
547
- # res = self.ldproject.add_maintainer_to_flag("federatedAccounts")
548
- # res = self.ldproject.add_maintainer_to_flag("togglebankDBGuardedRelease")
549
- # res = self.ldproject.add_maintainer_to_flag("togglebankAPIGuardedRelease")
550
- # res = self.ldproject.add_maintainer_to_flag("financialDBMigration")
551
- # res = self.ldproject.add_maintainer_to_flag("investment-recent-trade-db")
552
- # res = self.ldproject.add_maintainer_to_flag("release-new-investment-stock-api")
553
- # res = self.ldproject.add_maintainer_to_flag("ai-config--destination-picker-new-ai-model")
554
- # res = self.ldproject.add_maintainer_to_flag("ai-config--ai-travel-prompt-text")
555
- # res = self.ldproject.add_maintainer_to_flag("ai-config--togglebot")
556
- # res = self.ldproject.add_maintainer_to_flag("ai-config--ai-new-model-chatbot")
557
- # res = self.ldproject.add_maintainer_to_flag("storeAttentionCallout")
558
- # res = self.ldproject.add_maintainer_to_flag("cartSuggestedItems")
559
- # res = self.ldproject.add_maintainer_to_flag("enhancedUserAuthentication")
560
- # res = self.ldproject.add_maintainer_to_flag("biometricLoginSupport")
561
- # res = self.ldproject.add_maintainer_to_flag("customizableAccountDashboards")
562
- # res = self.ldproject.add_maintainer_to_flag("realTimeTransactionAlerts")
563
- # res = self.ldproject.add_maintainer_to_flag("aiPoweredExpenseCategorization")
564
- # res = self.ldproject.add_maintainer_to_flag("fraudDetectionAlerts")
565
- # res = self.ldproject.add_maintainer_to_flag("darkModeInterfaceOption")
566
- # res = self.ldproject.add_maintainer_to_flag("automatedSavingsGoals")
567
- # res = self.ldproject.add_maintainer_to_flag("multiCurrencySupport")
568
- # res = self.ldproject.add_maintainer_to_flag("peerToPeerPaymentTransfers")
569
- # res = self.ldproject.add_maintainer_to_flag("creditScoreMonitoringTool")
570
- # res = self.ldproject.add_maintainer_to_flag("voiceCommandBankingAssistant")
571
- # res = self.ldproject.add_maintainer_to_flag("loanApplicationTracker")
572
- # res = self.ldproject.add_maintainer_to_flag("detailedSpendingInsightsReports")
573
- # res = self.ldproject.add_maintainer_to_flag("scheduledBillPayments")
574
- # res = self.ldproject.add_maintainer_to_flag("crossBorderPaymentSimplification")
575
- # res = self.ldproject.add_maintainer_to_flag("merchantRewardsIntegration")
576
- # res = self.ldproject.add_maintainer_to_flag("virtualCardIssuance")
577
- # res = self.ldproject.add_maintainer_to_flag("apiSupportForThirdPartyApplications")
578
- # res = self.ldproject.add_maintainer_to_flag("betaDarkMode")
579
- # res = self.ldproject.add_maintainer_to_flag("experimentalPaymentGateway")
580
- # res = self.ldproject.add_maintainer_to_flag("limitedTimeOfferBanner")
581
- # res = self.ldproject.add_maintainer_to_flag("earlyAccessFeatureToggle")
582
- # res = self.ldproject.add_maintainer_to_flag("debuggingModeForDevelopers")
583
- # res = self.ldproject.add_maintainer_to_flag("release-new-search-engine")
584
- # res = self.ldproject.add_maintainer_to_flag("release-new-shorten-collections-page")
542
+ res = self .ldproject .add_maintainer_to_flag ("wealthManagement" )
543
+ res = self .ldproject .add_maintainer_to_flag ("federatedAccounts" )
544
+ res = self .ldproject .add_maintainer_to_flag ("togglebankDBGuardedRelease" )
545
+ res = self .ldproject .add_maintainer_to_flag ("togglebankAPIGuardedRelease" )
546
+ res = self .ldproject .add_maintainer_to_flag ("financialDBMigration" )
547
+ res = self .ldproject .add_maintainer_to_flag ("investment-recent-trade-db" )
548
+ res = self .ldproject .add_maintainer_to_flag ("release-new-investment-stock-api" )
549
+ res = self .ldproject .add_maintainer_to_flag ("ai-config--destination-picker-new-ai-model" )
550
+ res = self .ldproject .add_maintainer_to_flag ("ai-config--ai-travel-prompt-text" )
551
+ res = self .ldproject .add_maintainer_to_flag ("ai-config--togglebot" )
552
+ res = self .ldproject .add_maintainer_to_flag ("ai-config--ai-new-model-chatbot" )
553
+ res = self .ldproject .add_maintainer_to_flag ("storeAttentionCallout" )
554
+ res = self .ldproject .add_maintainer_to_flag ("cartSuggestedItems" )
555
+ res = self .ldproject .add_maintainer_to_flag ("enhancedUserAuthentication" )
556
+ res = self .ldproject .add_maintainer_to_flag ("biometricLoginSupport" )
557
+ res = self .ldproject .add_maintainer_to_flag ("customizableAccountDashboards" )
558
+ res = self .ldproject .add_maintainer_to_flag ("realTimeTransactionAlerts" )
559
+ res = self .ldproject .add_maintainer_to_flag ("aiPoweredExpenseCategorization" )
560
+ res = self .ldproject .add_maintainer_to_flag ("fraudDetectionAlerts" )
561
+ res = self .ldproject .add_maintainer_to_flag ("darkModeInterfaceOption" )
562
+ res = self .ldproject .add_maintainer_to_flag ("automatedSavingsGoals" )
563
+ res = self .ldproject .add_maintainer_to_flag ("multiCurrencySupport" )
564
+ res = self .ldproject .add_maintainer_to_flag ("peerToPeerPaymentTransfers" )
565
+ res = self .ldproject .add_maintainer_to_flag ("creditScoreMonitoringTool" )
566
+ res = self .ldproject .add_maintainer_to_flag ("voiceCommandBankingAssistant" )
567
+ res = self .ldproject .add_maintainer_to_flag ("loanApplicationTracker" )
568
+ res = self .ldproject .add_maintainer_to_flag ("detailedSpendingInsightsReports" )
569
+ res = self .ldproject .add_maintainer_to_flag ("scheduledBillPayments" )
570
+ res = self .ldproject .add_maintainer_to_flag ("crossBorderPaymentSimplification" )
571
+ res = self .ldproject .add_maintainer_to_flag ("merchantRewardsIntegration" )
572
+ res = self .ldproject .add_maintainer_to_flag ("virtualCardIssuance" )
573
+ res = self .ldproject .add_maintainer_to_flag ("apiSupportForThirdPartyApplications" )
574
+ res = self .ldproject .add_maintainer_to_flag ("betaDarkMode" )
575
+ res = self .ldproject .add_maintainer_to_flag ("experimentalPaymentGateway" )
576
+ res = self .ldproject .add_maintainer_to_flag ("limitedTimeOfferBanner" )
577
+ res = self .ldproject .add_maintainer_to_flag ("earlyAccessFeatureToggle" )
578
+ res = self .ldproject .add_maintainer_to_flag ("debuggingModeForDevelopers" )
579
+ res = self .ldproject .add_maintainer_to_flag ("release-new-search-engine" )
580
+ res = self .ldproject .add_maintainer_to_flag ("release-new-shorten-collections-page" )
585
581
res = self .ldproject .add_maintainer_to_flag ("q-4-increase-average-total-in-cart-price-ld-holdout" )
586
582
# ############################################################################################################
587
583
0 commit comments