Skip to content

Commit e348ccd

Browse files
committed
👨‍🔧 attempt fix #57
1 parent ce63970 commit e348ccd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/transformers/other_transformers/standardizer.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,14 @@ metadata_pkg(Standardizer,
244244
is_pure_julia = true,
245245
package_license = "MIT")
246246

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+
247255
"""
248256
$(MLJModelInterface.doc_header(Standardizer))
249257

0 commit comments

Comments
 (0)