Last active
February 14, 2021 16:14
-
-
Save sofianhamiti/d3aec0a6acbce5b97f64f2fceed3b72f 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
| { | |
| "CRIM": 0.0063, | |
| "ZN": 18, | |
| "INDUS": 2.31, | |
| "CHAS": 0, | |
| "NOX": 0.538, | |
| "RM": 6.575, | |
| "AGE": 65.2, | |
| "DIS": 4.09, | |
| "RAD": 1, | |
| "TAX": 296, | |
| "PTRATIO": 15.3, | |
| "B": 396.9, | |
| "LSTAT": 4.98 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment