You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/python/ref-py-revoscalepy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ You should also review the functions in [microsoftml](/machine-learning-server/p
86
86
87
87
| Function| Description|
88
88
| ------- | ---------- |
89
-
|[rx_predict](/machine-learning-server/python-reference/revoscalepy/rx-predict)| Generate predictions from a trained model|) | Generates predictions from a trained model and can be used for real-time scoring. |
89
+
|[rx_predict](/machine-learning-server/python-reference/revoscalepy/rx-predict)| Generate predictions from a trained model and can be used for real-time scoring. |
90
90
|[rx_predict_default](/machine-learning-server/python-reference/revoscalepy/rx-predict-default)| Compute predicted values and residuals using rx_lin_mod and rx_logit objects. |
91
91
|[rx_predict_rx_dforest](/machine-learning-server/python-reference/revoscalepy/rx-predict-rx-dforest)| Calculate predicted or fitted values for a data set from an rx_dforest or rx_btrees object. |
92
92
|[rx_predict_rx_dtree](/machine-learning-server/python-reference/revoscalepy/rx-predict-rx-dtree)| Calculate predicted or fitted values for a data set from an rx_dtree object. |
Copy file name to clipboardExpand all lines: docs/odbc/reference/appendixes/odbc-functions-executed-by-the-cursor-library.md
+35-17Lines changed: 35 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,38 @@ ms.author: v-daenge
23
23
24
24
The cursor library executes the following functions. When an application calls a function in this list, the Driver Manager invokes the cursor library, not the driver. Note that the cursor library may call the driver when executing the function.
Copy file name to clipboardExpand all lines: docs/odbc/reference/appendixes/odbc-functions-not-executed-by-the-cursor-library.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,17 @@ ms.author: v-daenge
23
23
24
24
The cursor library does not execute the following functions. When an application calls one of these functions, the Driver Manager invokes the driver, not the cursor library.
> Deprecated functions have Unicode-to-ANSI mapping support because the ODBC *3.x* Driver Manager supports recompiling ODBC *2.x* applications with the UNICODE **#define**.
Copy file name to clipboardExpand all lines: docs/powershell/encode-and-decode-sql-server-identifiers.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,8 @@ The **Encode-SqlName** cmdlet takes as input a [!INCLUDE[ssNoVersion](../include
27
27
28
28
The **Encode-Sqlname** and **Decode-Sqlname** cmdlets only encode or decode the characters that are allowed in SQL Server-delimited identifiers, but are not supported in PowerShell paths. The following are the characters encoded by **Encode-SqlName** and decoded by **Decode-SqlName**:
0 commit comments