diff --git a/README.md b/README.md
index 90fde44..01b5c76 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,9 @@ Ensemble Learning: Take multiple algorithms or an algo multiple times to make a
Random Forest is a team of Decision Trees.
#### Note: The number of steps does not depend on the number of tress. The average of decision of each tree is noted.
+
+# Evaluation Regression Models
+
+## R-Squared Intitution
+
+SSres = SUM (yi - ypredi)2
\ No newline at end of file