Skip to content

Commit

Permalink
FIX: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Apr 8, 2024
1 parent 9e3a9b3 commit 55776d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions choice_learn/data/choice_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def __init__(
over the different choices, default is None
features_by_ids : list of (name, FeaturesStorage)
List of Storage objects. Their name must correspond to a feature name
among shared_items, contexts,
contexts_items and their ids must match to those features values. Default is []
among shared_features_by_choice or items_features_by_choice
and their ids must match to those features values. Default is []
shared_features_by_choice_names : tuple of (array_like, )
list of names of the contexts_features, default is None
items_features_by_choice_names : tuple of (array_like, )
Expand Down

0 comments on commit 55776d0

Please sign in to comment.