Skip to content

Commit

Permalink
update build_model
Browse files Browse the repository at this point in the history
  • Loading branch information
p-lauer committed Mar 16, 2022
1 parent 445073e commit a0bb682
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_model/sm1.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
print(len(gridlist))
currenttime = time.time()

print('Loading Dataset....')
print('Loading dataset')

for i in range(40):
feat = "../generate_db/features6400k_5_10_30_40_1r_2ks_" + str(i) + ".csv"
Expand Down
2 changes: 1 addition & 1 deletion build_model/sm3_1c.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
currenttime = time.time()
print(str(head))

print('Loading Dataset....')
print('Loading dataset')

for i in range(120):
feat = "../generate_db/features6400k_5_10_30_40_1r_2ks_" + str(i) + ".csv"
Expand Down
2 changes: 1 addition & 1 deletion build_model/sm3_2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
currenttime = time.time()
print(str(head))

print('Loading Dataset....')
print('Loading dataset')

for i in range(120):
feat = "../generate_db/features6400k_5_10_30_40_2r_2ks_" + str(i) + ".csv"
Expand Down
2 changes: 1 addition & 1 deletion build_model/sm3_3c.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
currenttime = time.time()
print(str(head))

print('Loading Dataset....')
print('Loading dataset')

for i in range(120):
feat = "../generate_db/features6400k_5_10_30_40_3r_2ks_" + str(i) + ".csv"
Expand Down

0 comments on commit a0bb682

Please sign in to comment.