Skip to content

Commit 7f333e7

Browse files
committed
Fixing typo
1 parent 7477f64 commit 7f333e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/machine-learning/sql/python/book-click-prediction-sklearn-py.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ GO
136136
-- Predict the book category clicks for new users based on their pattern of
137137
-- visiting various categories in the web site
138138
DECLARE @model_name varchar(100) = 'category_model - sklearn (Python)';
139-
EXECUTE dbo.predict_book_category_visitor_sklearn_python @model_name, 1 /* Score only on 1 PERENT for testing purpose. */;
139+
EXECUTE dbo.predict_book_category_visitor_sklearn_python @model_name, 1 /* Score only on 1 PERCENT for testing purpose. */;
140140
GO

0 commit comments

Comments
 (0)