We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539bfd1 commit 2b5ffcfCopy full SHA for 2b5ffcf
src/model_api.jl
@@ -31,5 +31,10 @@ function predict_median end
31
function transform end
32
function inverse_transform end
33
34
+# models can optionally overload these for enable serialization in a
35
+# custom format:
36
+function save end
37
+function restore end
38
+
39
# operations implemented by some meta-models:
40
function evaluate end
0 commit comments