From 2ad3d046f97d4766f00851bf2de5a0884c23b639 Mon Sep 17 00:00:00 2001 From: o9o9 Date: Fri, 13 Oct 2017 22:40:52 +0900 Subject: [PATCH] Update PredictTipSingleModeSciKitPy.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/PredictTipSingleModeSciKitPy.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Misc/PythonSQL/PredictTipSingleModeSciKitPy.sql b/Misc/PythonSQL/PredictTipSingleModeSciKitPy.sql index 7c350614..954a6398 100644 --- a/Misc/PythonSQL/PredictTipSingleModeSciKitPy.sql +++ b/Misc/PythonSQL/PredictTipSingleModeSciKitPy.sql @@ -33,7 +33,6 @@ BEGIN @script = N' import pickle import numpy -import pandas # Load model and unserialize mod = pickle.loads(model)