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.
metadata_model
1 parent 536dd72 commit c893a81Copy full SHA for c893a81
src/metadata_utils.jl
@@ -77,7 +77,9 @@ Helper function to write the metadata for a model `T`.
77
* `output_scitype=Unkonwn`: allowed scitype of the transformed data (unsupervised)
78
* `supports_weights=false`: whether the model supports sample weights
79
* `supports_class_weights=false`: whether the model supports class weights
80
+* `docstring=nothing`: docstring for the model
81
* `load_path="unknown"`: where the model is (usually `PackageName.ModelName`)
82
+* `human_name=nothing`: human name of the model
83
84
## Example
85
0 commit comments