Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 26, 2023
1 parent 5d16ab9 commit 1752b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Train_model/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def get_rules(self):
self.rules = association_rules(self.freq, metric="lift", min_threshold=min_threshold)
self.rules.to_pickle(RULES_PATH)

# Keep the container running forever
while True:
print("Running...")
time.sleep(3)
# # Keep the container running forever
# while True:
# print("Running...")
# time.sleep(3)


if __name__ == '__main__':
Expand Down

0 comments on commit 1752b60

Please sign in to comment.