Skip to content

Commit

Permalink
Update template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
praj2408 committed Aug 9, 2023
1 parent 3fe1851 commit e06f463
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions template.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
dirs=[
os.path.join("data","raw"),
os.path.join("data","processed"),
os.path.join("data","split")
os.path.join("data","transformed_data"),
"notebooks",
"src",
"webapp",
"tests"


"saved_models"
Expand All @@ -17,7 +21,7 @@
# files=[
# "dvc.yaml",
# "params.yaml",
# ".gitingnore",
# ".gitingnore",
# ]

# for file_ in files:
Expand All @@ -27,4 +31,4 @@
for dir_ in dirs:
os.makedirs(dir_, exist_ok=True)
with open(os.path.join(dir_, ".gitkeep"), "w") as f:
pass
pass

0 comments on commit e06f463

Please sign in to comment.