select¶
- Columns.select(container: Container, share_selected_columns: float = 0.5) Container [source]¶
Returns a new data container with all insufficiently important columns dropped.
- Args:
- container (
getml.data.Container
orgetml.data.StarSchema
orgetml.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.
- container (