Skip to content

Commit

Permalink
fix model descriptor for PartLS
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Apr 14, 2024
1 parent 844919f commit 6f46257
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 @@ -167,7 +167,7 @@ PCA_MultivariateStats = ["dimension_reduction", ]
PCADetector_OutlierDetectionPython = ["outlier_detection"]
PLSRegressor_PartialLeastSquaresRegressor = ["regression"]
PPCA_MultivariateStats = ["dimension_reduction"]
PartitionedLS_PartLS = ["regression"]
PartLS_PartitionedLS = ["regression"]
PassiveAggressiveClassifier_MLJScikitLearnInterface = ["classification"]
PassiveAggressiveRegressor_MLJScikitLearnInterface = ["regression"]
PegasosClassifier_BetaML = ["classification"]
Expand Down

0 comments on commit 6f46257

Please sign in to comment.