Skip to content

Commit

Permalink
Merge remote-tracking branch 'mustaphaU/patch-4' into doc-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc committed Oct 14, 2024
2 parents c720be7 + 739da96 commit a046d38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion docs/Deployment/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo apt install npm

```
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip
unzip awscliv2.zip
sudo ./aws/install
aws configure
```
Expand Down
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 a046d38

Please sign in to comment.