Skip to content

Commit

Permalink
ADD: tests with new signature
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Jan 15, 2024
1 parent 2ab676b commit a510991
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 201 deletions.
1 change: 0 additions & 1 deletion notebooks/features_storage_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"outputs": [],
"source": [
"features = {\"customerA\": [1, 2, 3], \"customerB\": [4, 5, 6], \"customerC\": [7, 8, 9]}\n",
"\n",
"storage = FeaturesStorage(values=features, values_names=[\"age\", \"income\", \"children_nb\"], name=\"customers\")"
]
},
Expand Down
Loading

0 comments on commit a510991

Please sign in to comment.