From 091874018932a13a660865c549c6ecfe28056833 Mon Sep 17 00:00:00 2001 From: Avi Asulin Date: Wed, 4 Oct 2023 15:03:31 +0300 Subject: [PATCH] [mask-detection] revert fraud prevention change --- .../01-ingest-datasources.ipynb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/fraud-prevention-feature-store/01-ingest-datasources.ipynb b/fraud-prevention-feature-store/01-ingest-datasources.ipynb index a28534b1..513631d5 100644 --- a/fraud-prevention-feature-store/01-ingest-datasources.ipynb +++ b/fraud-prevention-feature-store/01-ingest-datasources.ipynb @@ -66,6 +66,23 @@ "- **Label**: Fraud label for the data." ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Both server & client are aligned (1.3.0rc33).\n" + ] + } + ], + "source": [ + "!/User/align_mlrun.sh" + ] + }, { "cell_type": "code", "execution_count": 2,