From 76b172e13768f8227ea717bd0a73f23bf05a6090 Mon Sep 17 00:00:00 2001
From: Zeynep Hakguder <zhakguder@cse.unl.edu>
Date: Mon, 21 May 2018 20:36:39 -0500
Subject: [PATCH] todo list done

---
 .gitignore |  1 +
 todo.org   | 10 ++++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2d19fc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.html
diff --git a/todo.org b/todo.org
index ce15fb0..6288588 100644
--- a/todo.org
+++ b/todo.org
@@ -1,4 +1,14 @@
+* TODO Getting started with Python
+
 * TODO Programming Assignment 1 (Nearest Neighbor)
 - How to debug?
 - Validation/test
 - Confusion matrix/ROC analysis
+* TODO Linear Regression & Naive Bayes & Logistic Regression (?)
+- Linear Regression:
+  - Polynomial linear regression
+  - Regularization techniques: Lasso, crossvalidation
+  - Naive Bayes: text/webpage classification
+    - should be reasonably complex and fun
+    - sparse data problem: Bayesian method, smoothing
+* TODO (?) Logistic Regression & Decision Tree Ensemble Methods & Neural Network
-- 
GitLab