From a66cad20c784cb06846436969aba88560f910bbb Mon Sep 17 00:00:00 2001 From: zachary-hamilton <57552986+zachary-hamilton@users.noreply.github.com> Date: Wed, 3 Jun 2020 21:22:00 -0400 Subject: [PATCH 1/6] Create work_notes.md --- work_notes.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 work_notes.md diff --git a/work_notes.md b/work_notes.md new file mode 100644 index 00000000..89cdf3fe --- /dev/null +++ b/work_notes.md @@ -0,0 +1,4 @@ +## Module One +What went well (in the context of working on the assignment) today? +What was particularly interesting or surprising about the topic(s) today? +What was the most challenging part of the work today, and why? From 9d294fc8722e42534c4a8cf08d7ba501e53c3894 Mon Sep 17 00:00:00 2001 From: zachary-hamilton <57552986+zachary-hamilton@users.noreply.github.com> Date: Wed, 3 Jun 2020 21:23:01 -0400 Subject: [PATCH 2/6] Update work_notes.md --- work_notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/work_notes.md b/work_notes.md index 89cdf3fe..7abb4a25 100644 --- a/work_notes.md +++ b/work_notes.md @@ -1,4 +1,29 @@ ## Module One What went well (in the context of working on the assignment) today? + What was particularly interesting or surprising about the topic(s) today? + What was the most challenging part of the work today, and why? + +## Module Two +What went well (in the context of working on the assignment) today? + +What was particularly interesting or surprising about the topic(s) today? + +What was the most challenging part of the work today, and why? + +## Module Three +What went well (in the context of working on the assignment) today? + +What was particularly interesting or surprising about the topic(s) today? + +What was the most challenging part of the work today, and why? + +## Module Four +What went well (in the context of working on the assignment) today? + +What was particularly interesting or surprising about the topic(s) today? + +What was the most challenging part of the work today, and why? + + From 7bab548a7e196e1c51d714d7891a7c029738f5a6 Mon Sep 17 00:00:00 2001 From: zachary-hamilton <57552986+zachary-hamilton@users.noreply.github.com> Date: Wed, 3 Jun 2020 21:23:50 -0400 Subject: [PATCH 3/6] Update work_notes.md --- work_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/work_notes.md b/work_notes.md index 7abb4a25..d225855e 100644 --- a/work_notes.md +++ b/work_notes.md @@ -1,3 +1,5 @@ +# https://github.com/zachary-hamilton/twitoff-pt5 + ## Module One What went well (in the context of working on the assignment) today? From 1e56cf2f823626e771ccbe8169abb80d71e3ffe6 Mon Sep 17 00:00:00 2001 From: zachary-hamilton <57552986+zachary-hamilton@users.noreply.github.com> Date: Wed, 3 Jun 2020 23:28:40 -0400 Subject: [PATCH 4/6] Update work_notes.md --- work_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/work_notes.md b/work_notes.md index d225855e..12a0fcf3 100644 --- a/work_notes.md +++ b/work_notes.md @@ -3,10 +3,16 @@ ## Module One What went well (in the context of working on the assignment) today? + Assignment has been pretty straightforward. Just have to finish up connecting the tweets to the user who made it. + What was particularly interesting or surprising about the topic(s) today? + It is a lot of different files/variables to keep track of and make sure that everything gets updated that needs to be to add the new functionality. + What was the most challenging part of the work today, and why? + The most challenging has been getting the input tweets to be assigned to the user who made them. Still working on this. + ## Module Two What went well (in the context of working on the assignment) today? From 954d08be8cb92835966a49ea13f921759d95f689 Mon Sep 17 00:00:00 2001 From: zachary-hamilton <57552986+zachary-hamilton@users.noreply.github.com> Date: Sun, 7 Jun 2020 23:18:45 -0400 Subject: [PATCH 5/6] Update work_notes.md --- work_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/work_notes.md b/work_notes.md index 12a0fcf3..5f369671 100644 --- a/work_notes.md +++ b/work_notes.md @@ -16,9 +16,15 @@ What was the most challenging part of the work today, and why? ## Module Two What went well (in the context of working on the assignment) today? + Assignment has been challenging so far, ran into an issue with the database where it couldnt drop fields that I had previously created and no longer wanted. Fixed this by deleting it all from my computer and then re cloning the repository from github again + What was particularly interesting or surprising about the topic(s) today? + how much the database was not cooperating + What was the most challenging part of the work today, and why? + + Working with the database, it just kept running into errors ## Module Three What went well (in the context of working on the assignment) today? From 06e4656d27edf889a550193936034774c4ae08af Mon Sep 17 00:00:00 2001 From: zachary-hamilton <57552986+zachary-hamilton@users.noreply.github.com> Date: Tue, 9 Jun 2020 23:32:45 -0400 Subject: [PATCH 6/6] Update work_notes.md --- work_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/work_notes.md b/work_notes.md index 5f369671..0e7f0e80 100644 --- a/work_notes.md +++ b/work_notes.md @@ -29,9 +29,15 @@ What was the most challenging part of the work today, and why? ## Module Three What went well (in the context of working on the assignment) today? + Implementing the logistic model was relatively straightforward. + What was particularly interesting or surprising about the topic(s) today? + It is really cool how the app is able to make predictions. + What was the most challenging part of the work today, and why? + + Everything was pretty straightforward. ## Module Four What went well (in the context of working on the assignment) today?