@@ -703,21 +703,21 @@ The ``DESCR`` variable has a long description of the dataset::
703
703
<BLANKLINE>
704
704
**Data Set Characteristics:**
705
705
<BLANKLINE>
706
- :Number of Instances: 20640
706
+ :Number of Instances: 20640
707
707
<BLANKLINE>
708
- :Number of Attributes: 8 numeric, predictive attributes and the target
708
+ :Number of Attributes: 8 numeric, predictive attributes and the target
709
709
<BLANKLINE>
710
- :Attribute Information:
711
- - MedInc median income in block group
712
- - HouseAge median house age in block group
713
- - AveRooms average number of rooms per household
714
- - AveBedrms average number of bedrooms per household
715
- - Population block group population
716
- - AveOccup average number of household members
717
- - Latitude block group latitude
718
- - Longitude block group longitude
710
+ :Attribute Information:
711
+ - MedInc median income in block group
712
+ - HouseAge median house age in block group
713
+ - AveRooms average number of rooms per household
714
+ - AveBedrms average number of bedrooms per household
715
+ - Population block group population
716
+ - AveOccup average number of household members
717
+ - Latitude block group latitude
718
+ - Longitude block group longitude
719
719
<BLANKLINE>
720
- :Missing Attribute Values: None
720
+ :Missing Attribute Values: None
721
721
<BLANKLINE>
722
722
This dataset was obtained from the StatLib repository.
723
723
https://www.dcc.fc.up.pt/~ltorgo/Regression/cal_housing.html
@@ -738,10 +738,10 @@ The ``DESCR`` variable has a long description of the dataset::
738
738
It can be downloaded/loaded using the
739
739
:func:`sklearn.datasets.fetch_california_housing` function.
740
740
<BLANKLINE>
741
- .. topic :: References
741
+ .. rubric :: References
742
742
<BLANKLINE>
743
- - Pace, R. Kelley and Ronald Barry, Sparse Spatial Autoregressions,
744
- Statistics and Probability Letters, 33 (1997) 291-297
743
+ - Pace, R. Kelley and Ronald Barry, Sparse Spatial Autoregressions,
744
+ Statistics and Probability Letters, 33 (1997) 291-297
745
745
746
746
747
747
It often helps to quickly visualize pieces of the data using histograms,
0 commit comments