@@ -6,7 +6,7 @@ Below an *encoder* is any transformer that does not fall under
66another category, such as "Missing Value Imputation" or "Dimension Reduction".
77
88### Categories
9- [ Regression] ( @ref ) | [ Classification] ( @ref ) | [ Outlier Detection] ( @ref ) | [ Iterative Models] ( @ref ) | [ Ensemble Models] ( @ref ) | [ Clustering] ( @ref ) | [ Dimension Reduction] ( @ref ) | [ Encoders] ( @ref ) | [ Bayesian Models] ( @ref ) | [ Neural Networks] ( @ref ) | [ Meta Algorithms] ( @ref ) | [ Class Imbalance] ( @ref ) | [ Static Models] ( @ref ) | [ Missing Value Imputation] ( @ref ) | [ Density Estimation ] ( @ref ) | [ Feature Engineering ] ( @ref ) | [ Text Analysis] ( @ref ) | [ Image Processing] ( @ref )
9+ [ Regression] ( @ref ) | [ Classification] ( @ref ) | [ Outlier Detection] ( @ref ) | [ Iterative Models] ( @ref ) | [ Ensemble Models] ( @ref ) | [ Clustering] ( @ref ) | [ Dimension Reduction] ( @ref ) | [ Encoders] ( @ref ) | [ Bayesian Models] ( @ref ) | [ Neural Networks] ( @ref ) | [ Meta Algorithms] ( @ref ) | [ Class Imbalance] ( @ref ) | [ Static Models] ( @ref ) | [ Missing Value Imputation] ( @ref ) | [ Feature Engineering ] ( @ref ) | [ Density Estimation ] ( @ref ) | [ Text Analysis] ( @ref ) | [ Image Processing] ( @ref )
1010
1111## Regression
1212- [ ARDRegressor (MLJScikitLearnInterface.jl)] (@ref ARDRegressor_MLJScikitLearnInterface)
@@ -750,15 +750,6 @@ another category, such as "Missing Value Imputation" or "Dimension Reduction".
750750
751751- [ UnivariateFillImputer (MLJTransforms.jl)] (@ref UnivariateFillImputer_MLJTransforms)
752752
753- ## Density Estimation
754- - [ GaussianMixtureClusterer (BetaML.jl)] (@ref GaussianMixtureClusterer_BetaML)
755-
756- - [ GaussianMixtureImputer (BetaML.jl)] (@ref GaussianMixtureImputer_BetaML)
757-
758- - [ GaussianMixtureRegressor (BetaML.jl)] (@ref GaussianMixtureRegressor_BetaML)
759-
760- - [ MultitargetGaussianMixtureRegressor (BetaML.jl)] (@ref MultitargetGaussianMixtureRegressor_BetaML)
761-
762753## Feature Engineering
763754- [ FeatureAgglomeration (MLJScikitLearnInterface.jl)] (@ref FeatureAgglomeration_MLJScikitLearnInterface)
764755
@@ -768,6 +759,15 @@ another category, such as "Missing Value Imputation" or "Dimension Reduction".
768759
769760- [ RecursiveFeatureElimination (FeatureSelection.jl)] (@ref RecursiveFeatureElimination_FeatureSelection)
770761
762+ ## Density Estimation
763+ - [ GaussianMixtureClusterer (BetaML.jl)] (@ref GaussianMixtureClusterer_BetaML)
764+
765+ - [ GaussianMixtureImputer (BetaML.jl)] (@ref GaussianMixtureImputer_BetaML)
766+
767+ - [ GaussianMixtureRegressor (BetaML.jl)] (@ref GaussianMixtureRegressor_BetaML)
768+
769+ - [ MultitargetGaussianMixtureRegressor (BetaML.jl)] (@ref MultitargetGaussianMixtureRegressor_BetaML)
770+
771771## Text Analysis
772772- [ BM25Transformer (MLJText.jl)] (@ref BM25Transformer_MLJText)
773773
0 commit comments