ablaom / MLJTutorial.jl

Notebooks for introducing the machine learning toolbox MLJ (Machine Learning in Julia)
MIT License
25 stars 3 forks source link

update to MLJ 0.17 #27

Closed roland-KA closed 2 years ago

roland-KA commented 2 years ago

I've updated to MLJ 0.17 as well as all other packages to their most recent versions.

An import MLJModelInterface and a using MLJBase command have been added in order to include the patch which solves #24 (by using MLJModelInterface 1.3.5 and MLJBase 0.19.2).

In section 'Save and retrieve a machine' a note has been added as there is again an EOF error on each first run of the notebook when reading the saved machine (which can be solved by saving and retrieving again). We had that already in a former version, then it seemed to be solved and now it is occurring again.

codecov-commenter commented 2 years ago

Codecov Report

Merging #27 (c78c608) into dev (844286e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##             dev     #27   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       1           
  Lines          4       4           
=====================================
  Misses         4       4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 844286e...c78c608. Read the comment docs.

ablaom commented 2 years ago

@roland-KA Re the serialization issue, this seem different, but maybe you can shed light on: https://discourse.julialang.org/t/execution-of-notebook-in-literate-jl-not-working-but-notebook-executes-fine-in-jupyter-serialization-issue/76387