As is one of the Machine Learning concept implemented to predict house price in boston based on No-Linear parameters like riverside, near to commercial sectors and so on.
To check out the dataset in detail :
from sklearn.datasets import load_boston
data = load_boston()
The final valuation tool is here.