In [17]:
%run plot_compare_reduction.py


<matplotlib.figure.Figure at 0x7f4b087ebe48>

In [40]:
%run plot_select_from_model_boston.py


Built-in functions, exceptions, and other objects.

Noteworthy: None is the `nil' object; Ellipsis represents `...' in slices.

In [41]:
n_features


Out[41]:
5

In [43]:
X_transform.shape


Out[43]:
(506, 5)

In [ ]: