select¶
-
Columns.
select
(container, share_selected_columns=0.5)[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 (