From cc542d69cd308e83bfe9d5120a995080214ae3e8 Mon Sep 17 00:00:00 2001 From: o9o9 Date: Fri, 13 Oct 2017 22:38:09 +0900 Subject: [PATCH] Update PredictTipSciKitPy.sql Fixed to API specification change of RevoScalePy due to version upgrade from SQL Server 2017 CTP to SQL Server 2017 RC This file is used by In-database Python Analytics tutorial(https://docs.microsoft.com/en-us/sql/advanced-analytics/tutorials/sqldev-in-database-python-for-sql-developers). --- Misc/PythonSQL/PredictTipSciKitPy.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Misc/PythonSQL/PredictTipSciKitPy.sql b/Misc/PythonSQL/PredictTipSciKitPy.sql index 3cfee812..3faaecda 100644 --- a/Misc/PythonSQL/PredictTipSciKitPy.sql +++ b/Misc/PythonSQL/PredictTipSciKitPy.sql @@ -23,7 +23,6 @@ BEGIN @script = N' import pickle import numpy -import pandas from sklearn import metrics mod = pickle.loads(lmodel2)