Skip to content

MLJ 0.17, ScientificTypes 3.0 update #174

Closed
@ablaom

Description

@ablaom

Time to update all the tutorials once more. Breaking changes listed here.

Probably the main changes are:

  • EnsmbleModel(atom=...) is now EnsembleModel(model=...) (breaking)
  • @pipeline is deprecated in favour of macro free pipelines (using |> syntax) and the use of the new wrapper TransformedTargetModel(model=..., target=..., ) for target transformations.
  • added If the last predicate in unpack(...) is of the form _ -> true, then it can be dropped (Change unpack to avoid colname -> 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions