@@ -703,21 +703,21 @@ The ``DESCR`` variable has a long description of the dataset::
703703 <BLANKLINE>
704704 **Data Set Characteristics:**
705705 <BLANKLINE>
706- :Number of Instances: 20640
706+ :Number of Instances: 20640
707707 <BLANKLINE>
708- :Number of Attributes: 8 numeric, predictive attributes and the target
708+ :Number of Attributes: 8 numeric, predictive attributes and the target
709709 <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
719719 <BLANKLINE>
720- :Missing Attribute Values: None
720+ :Missing Attribute Values: None
721721 <BLANKLINE>
722722 This dataset was obtained from the StatLib repository.
723723 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::
738738 It can be downloaded/loaded using the
739739 :func:`sklearn.datasets.fetch_california_housing` function.
740740 <BLANKLINE>
741- .. topic :: References
741+ .. rubric :: References
742742 <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
745745
746746
747747It often helps to quickly visualize pieces of the data using histograms,
0 commit comments