Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.1.0 release
  • Loading branch information
ablaom authored Mar 25, 2021
2 parents 0cdf60b + 87be71b commit 22d5df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"

[compat]
JLSO = "2.1"
MLJBase = "0.17.6"
MLJBase = "0.18"
MLJModelInterface = "0.4"
julia = "1"

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| :-----------: | :------: |
| [![Build status](https://github.com/JuliaAI/MLJSerialization.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/MLJSerialization.jl/actions)| [![codecov.io](http://codecov.io/github/JuliaAI/MLJSerialization.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaAI/MLJSerialization.jl?branch=master) |

A package providing integration of [Serialization](https://www.openml.org) with the
A package adding model serialization to the
[MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/) machine
learning framework.

Expand Down Expand Up @@ -42,6 +42,7 @@ mach2 = machine("my_machine.jlso")

Xnew = selectrows(X, 1:3)
predict_mode(mach2, Xnew)

julia> predict_mode(mach2, Xnew)
3-element CategoricalArrays.CategoricalArray{String,1,UInt32}:
"setosa"
Expand Down

0 comments on commit 22d5df6

Please sign in to comment.