Skip to content

Commit

Permalink
tweak MLJ module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 5, 2024
1 parent 59a588e commit 4eeaf2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/MLJ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ be loaded individually.
Actual model code (e.g., code for instantiating a `DecisionTreeClassifier`) must be
explicitly loaded from the model-providing package, using `@load`, for example. However
some common transformers, listed using `localmodels()` at startup, are immediately
available, as are the following model wrappers: `Pipeline`, `TunedModel`, `EnsembleModel`,
`IteratedModel`, `BalancedModel`, `TransformedTargetModel`, `BinaryThresholdPredictor`,
and `Stack`, `RecursiveFeatureSelection`.
core model wrappers and some common transformers are immediately
available; do `localmodels(wrappers=true)` at startup to list.
# Components
Expand Down

0 comments on commit 4eeaf2f

Please sign in to comment.