Remove forwardslash from PPL commands

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2022-03-21 15:27:34 -05:00
parent bbbcdc32ef
commit 2a637ed315
1 changed files with 2 additions and 2 deletions

View File

@ -839,7 +839,7 @@ The `ad` command applies the Random Cut Forest (RCF) algorithm in the ML Commons
### Fixed In Time RCF For Time-series Data Command Syntax
```sql
ad \<shingle_size\> \<time_decay\> \<time_field\>
ad <shingle_size> <time_decay> <time_field>
```
Field | Description | Required
@ -851,7 +851,7 @@ Field | Description | Required
### Batch RCF for Non-time-series Data Command Syntax
```sql
ad \<shingle_size\> \<time_decay\>
ad <shingle_size> <time_decay>
```
Field | Description | Required