Skip to content

Commit

Permalink
fix typo in ModelDescriptors.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 15, 2024
1 parent 6d04e61 commit 29a4b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ModelDescriptors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AdaBoostRegressor_MLJScikitLearnInterface = ["regression"]
AdaBoostStumpClassifier_DecisionTree = ["classification"]
AffinityPropagation_MLJScikitLearnInterface = ["clustering"]
AgglomerativeClustering_MLJScikitLearnInterface = ["clustering", "static_models"]
AutoEncoderMLJ_BetaML = ["dimension_reduction"]]
AutoEncoderMLJ_BetaML = ["dimension_reduction"]
BM25Transformer_MLJText = ["encoders", "text_analysis"]
BaggingClassifier_MLJScikitLearnInterface = ["classification", "ensemble_models"]
BaggingRegressor_MLJScikitLearnInterface = ["regression", "ensemble_models"]
Expand Down

0 comments on commit 29a4b7d

Please sign in to comment.