Skip to content

Commit bc89e2d

Browse files
anthonyanthony
anthony
authored and
anthony
committed
remove PartialLeastSquaresRegression models from the docs to close #1157
1 parent ad7ded3 commit bc89e2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/ModelDescriptors.toml

-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ KNNDetector_OutlierDetectionPython = ["outlier_detection"]
107107
KNNRegressor_NearestNeighborModels = ["regression"]
108108
KNeighborsClassifier_MLJScikitLearnInterface = ["classification"]
109109
KNeighborsRegressor_MLJScikitLearnInterface = ["regression"]
110-
KPLSRegressor_PartialLeastSquaresRegressor = ["regression"]
111110
KernelPCA_MultivariateStats = ["dimension_reduction", ]
112111
KernelPerceptronClassifier_BetaML = ["classification", "neural_networks"]
113112
LADRegressor_MLJLinearModels = ["regression"]
@@ -173,7 +172,6 @@ OrthogonalMatchingPursuitCVRegressor_MLJScikitLearnInterface = ["regression"]
173172
OrthogonalMatchingPursuitRegressor_MLJScikitLearnInterface = ["regression"]
174173
PCA_MultivariateStats = ["dimension_reduction", ]
175174
PCADetector_OutlierDetectionPython = ["outlier_detection"]
176-
PLSRegressor_PartialLeastSquaresRegressor = ["regression"]
177175
PPCA_MultivariateStats = ["dimension_reduction"]
178176
PartLS_PartitionedLS = ["regression"]
179177
PassiveAggressiveClassifier_MLJScikitLearnInterface = ["classification"]

0 commit comments

Comments
 (0)