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 ce63970 commit e348ccdCopy full SHA for e348ccd
src/transformers/other_transformers/standardizer.jl
@@ -244,6 +244,14 @@ metadata_pkg(Standardizer,
244
is_pure_julia = true,
245
package_license = "MIT")
246
247
+# for Univariate Standardizer
248
+metadata_pkg(UnivariateStandardizer,
249
+ package_name = "MLJTransforms",
250
+ package_uuid = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6",
251
+ package_url = "https://github.com/JuliaAI/MLJTransforms.jl",
252
+ is_pure_julia = true,
253
+ package_license = "MIT")
254
+
255
"""
256
$(MLJModelInterface.doc_header(Standardizer))
257
0 commit comments