Skip to content

Commit

Permalink
add small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroLuzzatto committed Nov 5, 2023
1 parent 8475da3 commit 6157ad4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data/raw/*

docs/*

data_lake_v2/*
data_lake/*
_archive/
tmp/
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,12 @@ To set up an API with AWS SAM, follow these steps:
<!-- - Use data classes for sample -->
- Improve feature processing pipeline
<!-- - Improve api reponse for formatted feature -->
- [x] upload the request to S3 (add metadata from request IP, etc.)
- [] Move all configrations outside of code into a yaml file and settings classes
- Add Deep learning models
- upload the request to S3 (add metadata from request IP, etc.)


- [] add model baseline
- [] version the data
- [] add model versioning

<!--
Expand Down
2 changes: 1 addition & 1 deletion data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


with open(os.path.join(dir_path, "VERSION")) as version_file:
__version__ = version_file.read().strip()
__version__ = version_file.read().strip()

0 comments on commit 6157ad4

Please sign in to comment.