Skip to content

Commit

Permalink
Release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
* Initial Terraform - ML models Bucket

* Fix data files order

* Update gitignore

* Remove unnecessary files

* Fix gitignore

* Fix gitignore - 2

* Add .terraform to gitignore

* Add .DS_Store to gitignore

* Add .lock.hcl to gitignore

* Updates to Function: http triggered and code is updated by tf apply

* Add SciKit-Learn dependencies + Function Cloud Storage access + Delete unneeded bucket

* Model load and API prediction
  • Loading branch information
alejandroariaszuluaga authored Jan 31, 2023
1 parent d6b1a48 commit a10415c
Show file tree
Hide file tree
Showing 19 changed files with 205,478 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Ignore some Terraform files
*.tfstate
*.tfstate.backup
*.terraform.lock.hcl
**/.terraform/**

# DS Store
*.DS_Store

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
22,508 changes: 22,508 additions & 0 deletions model-files/datasets/test.csv

Large diffs are not rendered by default.

45,698 changes: 45,698 additions & 0 deletions model-files/datasets/train.csv

Large diffs are not rendered by default.

22,508 changes: 22,508 additions & 0 deletions model-files/datasets/x_test.csv

Large diffs are not rendered by default.

45,698 changes: 45,698 additions & 0 deletions model-files/datasets/x_train.csv

Large diffs are not rendered by default.

Loading

0 comments on commit a10415c

Please sign in to comment.