Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
AllenDowney
Edit Copy
Star
GitHub Repository:
AllenDowney/bayesian-analysis-recipes
Path:
blob/master/incubator/linreg-boston.ipynb
4
1
1
views
Kernel:
bayesian
In [ ]:
Copy
from
sklearn
.
datasets
import
load_boston
In [ ]:
Copy
boston
=
load_boston
(
)
print
(
boston
[
"DESCR"
]
)
In [ ]:
Copy