We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6176bb commit ed87831Copy full SHA for ed87831
aws_lambda_app/template.yaml
@@ -1,6 +1,6 @@
1
AWSTemplateFormatVersion: '2010-09-09'
2
Transform: AWS::Serverless-2016-10-31
3
-Description: SAM Template for doubleml-serverless
+Description: Distributed Double Machine Learning with a Serverless Architecture
4
5
Parameters:
6
CreateS3BucketForDataTransfer:
setup.py
@@ -14,7 +14,7 @@
14
author='Kurz, M. S.',
15
maintainer='Malte S. Kurz',
16
maintainer_email='[email protected]',
17
- description='Double Machine Learning with Serverless Scaling',
+ description='Distributed Double Machine Learning with a Serverless Architecture',
18
long_description=long_description,
19
long_description_content_type='text/markdown',
20
url='https://github.com/DoubleML/doubleml-serverless',
0 commit comments