Skip to content

Commit

Permalink
tweak to MLJ doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed May 31, 2024
1 parent 2d52e10 commit fa8b1e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/MLJ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Julia. It collects together functionality from separate components listed below,
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, provided by MLJModels.jl, are immediately available, as are the
following model wrappers: `Pipeline`, `TunedModel`, `EnsembleModel`, `IteratedModel`,
`BalancedModel`, `TransformedTargetModel`, `BinaryThresholdPredictor`, and `Stack`.
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`.
# Components
Expand Down

0 comments on commit fa8b1e3

Please sign in to comment.