grasimus commited on
Commit
bb6acae
·
verified ·
1 Parent(s): d6defbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -174,7 +174,7 @@ Predict the continuous sale price of NYC properties using only raw, untransforme
174
 
175
  **![image](https://cdn-uploads.huggingface.co/production/uploads/69d7aa949910f34b03f98b9d/etJSBoJJGSsozkp7-029g.png)**
176
 
177
- **Result:** R²≈0.13 - the model explains only 13% of price variance.
178
  The chart below reveals why: the raw price distribution is so skewed that the model produces negative predicted prices for some properties (physically impossible)
179
  and wildly overestimates others. This confirms that training on untransformed dollar values doesn't work - the log transformation in Part 4 is essential.
180
 
 
174
 
175
  **![image](https://cdn-uploads.huggingface.co/production/uploads/69d7aa949910f34b03f98b9d/etJSBoJJGSsozkp7-029g.png)**
176
 
177
+ **Result:** R²≈0.06 - the model explains only 6% of price variance.
178
  The chart below reveals why: the raw price distribution is so skewed that the model produces negative predicted prices for some properties (physically impossible)
179
  and wildly overestimates others. This confirms that training on untransformed dollar values doesn't work - the log transformation in Part 4 is essential.
180