We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9955c78 commit 2422510Copy full SHA for 2422510
1 file changed
02_activities/assignments/assignment.sh
@@ -55,6 +55,8 @@ cp /e/DeployingAIMicrocredential/shell/02_activities/assignments/newproject/dat
55
# 6. Repeat the above step for user logs and event logs
56
57
cp /e/DeployingAIMicrocredential/shell/02_activities/assignments/newproject/data/raw/*user*.log /e/DeployingAIMicrocredential/shell/02_activities/assignments/newproject/data/processed/user_logs/
58
+cp /e/DeployingAIMicrocredential/shell/02_activities/assignments/newproject/data/raw/*event*.log /e/DeployingAIMicrocredential/shell/02_activities/assignments/newproject/data/processed/event_logs/
59
+
60
61
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
62
0 commit comments