Closed
Description
Time to update all the tutorials once more. Breaking changes listed here.
Probably the main changes are:
-
EnsmbleModel(atom=...)
is nowEnsembleModel(model=...)
(breaking) @pipeline
is deprecated in favour of macro free pipelines (using|>
syntax) and the use of the new wrapperTransformedTargetModel(model=..., target=..., )
for target transformations.-
added If the last predicate inunpack(...)
is of the form_ -> true
, then it can be dropped (Changeunpack
to avoidcolname -> true
mystery MLJBase.jl#621) -
added the entire section on "arrow syntax" can be dropped, as this syntax has been usurped by pipelines
Todo:
- Data Basics (D0-)
- Getting Started (A-)
- A-learning-networks (removed the arrow section)
- A-model-choice (unpack)
- A-model-tuning (ensemble)
- A-ensemble (ensemble)
- A-enseemble2 (ensemble)
- Intro to Stats (ISL-)
- ISL8 (unpack)
- End-to-end Examples (EX-)
- airfoil (unpack)
- houseking (unpack)
cc @OkonSamuel
Metadata
Metadata
Assignees
Labels
No labels