Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 9478ca0

Browse files
authored
Merge pull request #8120 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 3b179e5 + 42218a7 commit 9478ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/predict-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ DECLARE @logit_model varbinary(max) = "SELECT TOP 1 [model_binary] from [models_
112112
DECLARE @input_qry = "SELECT ID, [Gender], [Income] from NewCustomers";
113113

114114
SELECT PREDICT [class]
115-
FROM PREDICT( MODEL = @logit_model, DATA = @input_qry
115+
FROM PREDICT( MODEL = @logit_model, DATA = @input_qry)
116116
WITH (class string);
117117
```
118118

0 commit comments

Comments
 (0)