Skip to content

Commit

Permalink
Merge branch 'master' into doc-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc authored Oct 14, 2024
2 parents 1cd8eb3 + 01f9d3d commit 22d746e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/cloudformation-templates/apigateway-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Resources:
Type: AWS::Logs::LogGroup
Properties:
RetentionInDays: 30
LogGroupName: !Sub "/${AWS::StackName}/APIAccessLogs"
LogGroupName: !Sub /aws/vendedlogs/${AWS::StackName}/APIAccessLogs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
" \n",
" data.append(row)\n",
" \n",
" theta = np.random.beta(conversions + 1, exposures + 1)\n",
" theta = np.random.beta(conversions + 1, exposures - conversions + 1)\n",
" thetas[idx] = theta[variation]\n",
" thetaregret[idx] = np.max(thetas) - theta[variation]\n",
"\n",
Expand Down

0 comments on commit 22d746e

Please sign in to comment.