diff --git a/UseCases/Teradata_End_to_End_Demos/Financial_Fraud_Detection/Financial_Fraud_Detection_AutoML_Approach.ipynb b/UseCases/Teradata_End_to_End_Demos/Financial_Fraud_Detection/Financial_Fraud_Detection_AutoML_Approach.ipynb index 4931f75a..79ea6926 100644 --- a/UseCases/Teradata_End_to_End_Demos/Financial_Fraud_Detection/Financial_Fraud_Detection_AutoML_Approach.ipynb +++ b/UseCases/Teradata_End_to_End_Demos/Financial_Fraud_Detection/Financial_Fraud_Detection_AutoML_Approach.ipynb @@ -52,6 +52,35 @@ "
Here, we import the required libraries, set environment variables and environment paths (if required).
" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "%%capture\n", + "!pip install teradataml==20.0.0.5 \n", + "!pip install teradatasqlalchemy==20.0.0.5" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Enterprise Feature Store is new feature added in teradataml 20.0.0.3 so we are upgrading the installed teradataml version" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
Note: Please restart the kernel after executing the above command to bring the upgraded library into memory. The simplest way to restart the Kernel is by typing zero zero: 0 0
\n", + "Here, we import the required libraries, set environment variables and environment paths (if required).
" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# %%capture\n", + "!pip install teradataml==20.0.0.5\n", + "!pip install teradatasqlalchemy==20.0.0.5" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Enterprise Feature Store is new feature added in teradataml 20.0.0.3 so we are upgrading the installed teradataml version" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
Note: Please restart the kernel after executing the above command to bring the upgraded library into memory. The simplest way to restart the Kernel is by typing zero zero: 0 0
\n", + "