select

Columns.select(container: getml.data.container.Container, share_selected_columns: float = 0.5) → getml.data.container.Container[source]

Returns a new data container with all insufficiently important columns dropped.

Args:
container (getml.data.Container or getml.data.StarSchema or getml.data.TimeSeries):

The container containing the data you want to use.

share_selected_columns(numerical): The share of columns

to keep. Must be between 0.0 and 1.0.