Skip to content

Commit

Permalink
STYLE: small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Mar 21, 2024
1 parent d004359 commit 981108b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions notebooks/choice_learn_introduction_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@
"# And now we can create our ChoiceDataset:\n",
"\n",
"usual_dataset = ChoiceDataset(choices=choices,\n",
" fixed_items_features=np.eye(3),\n",
" contexts_features=usual_supermarket_features)"
]
},
Expand Down Expand Up @@ -929,8 +928,8 @@
"<ins>Reminder:</ins>\n",
"\n",
"It is needed to:\n",
"- to specify a FeaturesStorage name\n",
"- to match FeaturesStorage ids with the sequence\n",
"- specify a FeaturesStorage name\n",
"- match FeaturesStorage ids with the sequence\n",
"\n",
"In our case we call our FeaturesStorage \"supermarket_features\", the ids are now strings, let's make the sequence match:"
]
Expand Down

0 comments on commit 981108b

Please sign in to comment.