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 73a9609 commit 8938bbfCopy full SHA for 8938bbf
docs/src/index.md
@@ -22,7 +22,6 @@ import RDatasets
22
X = RDatasets.dataset("HSAUR", "Forbes2000");
23
24
# 2. Load the model
25
-FrequencyEncoder = @load FrequencyEncoder pkg="MLJTransforms"
26
encoder = FrequencyEncoder(
27
features=[:Country, :Category], # The categorical columns to select
28
ignore=false, # Whether to exclude or include selected columns
0 commit comments