Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ The NLP functionality contained within AutoML requires the [Kx NLP library](http

Place the library file in `$QHOME` and load into a q instance using `automl/automl.q`

This will load all the functions contained within the `.ml` namespace
```q
$q automl/automl.q
This will load all the functions contained within the `.automl` namespace
```
q)\l automl/automl.q
q).automl.loadfile`:init.q
```

Expand Down