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 65af839 commit 917ec66Copy full SHA for 917ec66
src/MLJModelInterface.jl
@@ -25,7 +25,7 @@ export @mlj_model, metadata_pkg, metadata_model
25
# model api
26
export fit, update, update_data, transform, inverse_transform,
27
fitted_params, predict, predict_mode, predict_mean, predict_median,
28
- predict_joint, evaluate, clean!
+ predict_joint, evaluate, clean!, reformat
29
30
# model traits
31
export input_scitype, output_scitype, target_scitype,
0 commit comments