Skip to content

Commit

Permalink
[Docs] Enhance get_offline_features()'s with_indexes docstring (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jillnogold committed Mar 24, 2022
1 parent 93228ce commit cea0dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/feature_store/api.py
Expand Up @@ -138,7 +138,7 @@ def get_offline_features(
entity_timestamp_column must be passed when using time filtering.
:param end_time: datetime, high limit of time needed to be filtered. Optional.
entity_timestamp_column must be passed when using time filtering.
:param with_indexes: return vector with index columns (default False)
:param with_indexes: return vector with index columns and timestamp_key from the feature sets (default False)
:param update_stats: update features statistics from the requested feature sets on the vector. Default is False.
:param engine: processing engine kind ("local", "dask", or "spark")
:param engine_args: kwargs for the processing engine
Expand Down

0 comments on commit cea0dae

Please sign in to comment.