Closed roland-KA closed 2 years ago
Merging #27 (c78c608) into dev (844286e) will not change coverage. The diff coverage is
n/a
.
@@ 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.
@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
I've updated to MLJ 0.17 as well as all other packages to their most recent versions.
An
import MLJModelInterface
and ausing 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.