Skip to content

Commit

Permalink
fix syntax error in ModelDescriptors.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 5, 2024
1 parent 1509c02 commit ac9536b
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 @@ -195,7 +195,7 @@ RandomForestImputer_BetaML = ["missing_value_imputation", "ensemble_models", "it
RandomForestRegressor_BetaML = ["regression", "ensemble_models", "iterative_models"]
RandomForestRegressor_DecisionTree = ["regression", "ensemble_models", "iterative_models"]
RandomForestRegressor_MLJScikitLearnInterface = ["regression", "ensemble_models", "iterative_models"]
RecursiveFeatureElimination_FeatureSelection = ["dimension_reduction", "meta_algorithms", ["feature_engineering"]
RecursiveFeatureElimination_FeatureSelection = ["dimension_reduction", "meta_algorithms", "feature_engineering"]
Resampler_MLJBase = ["meta_algorithms"]
RidgeCVClassifier_MLJScikitLearnInterface = ["classification"]
RidgeCVRegressor_MLJScikitLearnInterface = ["classification"]
Expand Down

0 comments on commit ac9536b

Please sign in to comment.