Skip to content

Commit

Permalink
Merge pull request #538 from JuliaAI/input-scitype-for-static
Browse files Browse the repository at this point in the history
Fix input_scitype for InteractionTransformer
  • Loading branch information
ablaom authored Jan 9, 2024
2 parents 4557e25 + 49e3f1a commit db72648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Transformers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ metadata_model(UnivariateTimeTypeToContinuous,
load_path = "MLJModels.UnivariateTimeTypeToContinuous")

metadata_model(InteractionTransformer,
input_scitype = Table,
input_scitype = Tuple{Table},
output_scitype = Table,
human_name = "interaction transformer",
load_path = "MLJModels.InteractionTransformer")
Expand Down

0 comments on commit db72648

Please sign in to comment.