You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
create a Training View to specify the join conditions.
218
217
219
218
:param current_values_only: If you only want the most recent values of the features, set this to true. Otherwise, all history will be returned. Default False
220
-
:param label: An optional label to specify for the training set. If specified, the feature set of that feature
221
-
will be used as the "anchor" feature set, meaning all point in time joins will be made to the timestamps of
222
-
that feature set. This feature will also be recorded as a "label" feature for this particular training set
223
-
(but not others in the future, unless this label is again specified).
224
219
:param start_time: How far back in history you want Feature values. If not specified (and current_values_only is False), all history will be returned.
225
220
This parameter only takes effect if current_values_only is False.
226
221
:param end_time: The most recent values for each selected Feature. This will be the cutoff time, such that any Feature values that
0 commit comments