niceNames = new Map([
["crim", "Crime per capita"],
["zn", "Residential land zoned for large lots"],
["indus", "Non-retail business acres"],
["chas", "Charles River adjacent"],
["nox", "Nitrogen oxides concentration"],
["rm", "Rooms per dwelling"],
["age", "Units built prior to 1940"],
["dis", "Mean distance to employment centres"],
["rad", "Accessibility to radial highways"],
["tax", "Property-tax rate"],
["ptratio", "Pupil-teacher ratio"],
["black", "Proportion of Black residents"],
["lstat", "Lower status of population"],
["medv", "Median value of homes"]
])