tylerjthomas9 / RAPIDS.jl

An unofficial Julia wrapper for the RAPIDS.ai ecosystem using PythonCall.jl
MIT License
17 stars 1 forks source link

Implement MLJ methods to save/restore models #6

Closed tylerjthomas9 closed 2 years ago

tylerjthomas9 commented 2 years ago

Ideally, we will be able to create a Julia serializable object, otherwise we will have problems similar to https://github.com/dmlc/XGBoost.jl/issues/103

Likely, it can just be done like this: https://github.com/JuliaAI/MLJXGBoostInterface.jl/pull/14/files

tylerjthomas9 commented 2 years ago

Implemented in #9