Last active
November 11, 2018 01:18
-
-
Save FaisalAl-Tameemi/73d0f14226cc7b5192668f5d73d3d5ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Model Name | Training Score | Validation Score | Test Score | |
---|---|---|---|---|
NaiveModel (always predicts mean price) | 0.000000 | -0.000172 | -0.000609 | |
RandomForestRegressor | 0.711069 | 0.487592 | 0.489714 | |
PLSRegression | 0.459397 | 0.445175 | 0.432827 | |
LinearRegression | 0.534462 | 0.488490 | 0.487435 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment