diff --git a/.idea/-Comp-551-Assignment-2.iml b/.idea/-Comp-551-Assignment-2.iml
new file mode 100644
index 0000000..3d7297e
--- /dev/null
+++ b/.idea/-Comp-551-Assignment-2.iml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..b58b603
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..6d0e4cd
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..02907ec
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index e69de29..4734a3f 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,12 @@
+# Regularization and Model Evaluation
+
+This project implements linear regression with non-linear basis functions,
+explores the bias-variance tradeoff using multiple fits, and applies
+L1 and L2 regularization with cross-validation to analyze their effect on loss.
+All algorithms are written in Python.
+
+# Authors
+
+- Batuhan Berk Başoğlu, 260768350 - batuhan-basoglu
+- Shaani Bellemare, 261159662 - ShaaniBel
+- Jared Tritt, 260763506 - Jaredtritt
\ No newline at end of file