From 00550dc1761e84521899aed17242956f596820e8 Mon Sep 17 00:00:00 2001 From: o9o9 Date: Fri, 13 Oct 2017 22:34:52 +0900 Subject: [PATCH] Update TrainTipPredictionModelSciKitPy.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/TrainTipPredictionModelSciKitPy.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Misc/PythonSQL/TrainTipPredictionModelSciKitPy.sql b/Misc/PythonSQL/TrainTipPredictionModelSciKitPy.sql index a111cb41..30fac77b 100644 --- a/Misc/PythonSQL/TrainTipPredictionModelSciKitPy.sql +++ b/Misc/PythonSQL/TrainTipPredictionModelSciKitPy.sql @@ -20,7 +20,6 @@ BEGIN @script = N' import numpy import pickle -import pandas from sklearn.linear_model import LogisticRegression ## Create model