From 1f2861de71aa602635e75ded059721831de297b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C3=B1o=20Sempere?= Date: Mon, 6 May 2019 16:01:48 +0200 Subject: [PATCH] Update Self-experimentation-calibration.md --- rat/Self-experimentation-calibration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rat/Self-experimentation-calibration.md b/rat/Self-experimentation-calibration.md index d601bc9..d75a021 100644 --- a/rat/Self-experimentation-calibration.md +++ b/rat/Self-experimentation-calibration.md @@ -220,7 +220,7 @@ If, like before, I train that model 1000 times on a randomly selected 80% of my If I were to redo this experiment, I'd: - Gather more data: I only used half the questions of the aforementioned course. 500 datapoints are really not that much. -- Program a function to enter the data for me much earlier. Instead of doing that, I instead: +- Program a function to enter the data for me much earlier. Instead of doing that, I: 1. Started by writting my probabilities in my lecture notes, with the intention of cribbing them later. Never got around to doing that. 2. Started by writting it directly to a .csv myself 3. Saw that took too much time -> Wrote a couple of functions in R to do that for me