Skip to content

Commit

Permalink
minor improvement in manual re model search
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 7, 2020
1 parent 2020352 commit 6e43686
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/model_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ MLJ.color_off()
info("PCA")
```

If two models with the same name occur in different packages, the
package name must be specified, as in `info("LinearRegressor",
pkg="GLM")`.
So a "model" in the present context is just a named tuple containing
metadata, and not an actual model type or instance. If two models with
the same name occur in different packages, the package name must be
specified, as in `info("LinearRegressor", pkg="GLM")`.


### General model queries

We list all models with `models()`, and list the models for which code is already
loaded with `localmodels()`:
We list all models (named tuples) using `models()`, and list the models for which code is already loaded with `localmodels()`:

```@repl tokai
localmodels()
Expand Down

0 comments on commit 6e43686

Please sign in to comment.