Skip to content

Commit

Permalink
Addressing PR comments, moving Product recommendation notebook sample…
Browse files Browse the repository at this point in the history
… to Synapse folder since it is strongly tied to Synapse
  • Loading branch information
jainr committed Oct 19, 2022
1 parent 00587c6 commit 6419344
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Product Recommendation with Feathr\n",
"# Product Recommendation with Feathr on Azure\n",
"\n",
"This notebook demonstrates how Feathr Feature Store can simplify and empower your model training and inference. You will learn:\n",
"\n",
"1. Define sharable features using Feathr API\n",
"2. Register features with register API.\n",
"2. Create a training dataset via point-in-time feature join with Feathr API\n",
"3. Materialize features to online store and then retrieve them with Feathr API\n",
"4. Materialize features to online store and then retrieve them with Feathr API\n",
"\n",
"In this tutorial, we use Feathr to create a model that predicts users' product rating. "
]
Expand Down Expand Up @@ -745,7 +746,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.12 ('ifelse_bug_env': venv)",
"display_name": "Python 3.8.13 ('feathrtest')",
"language": "python",
"name": "python3"
},
Expand All @@ -759,11 +760,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.8.13"
},
"vscode": {
"interpreter": {
"hash": "6a6c366ec8f33a88299a9f856c1a3e4312616abcb6fcf46b22c3da0a923e63af"
"hash": "96bbbb728c64ae5eda27ed1c89d74908bf0652fd45caa45cd0ade6bdc0df4d48"
}
}
},
Expand Down

0 comments on commit 6419344

Please sign in to comment.