Skip to content

Commit

Permalink
Added reference to AutoEncoderMLJ in the list of supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus committed Dec 29, 2023
1 parent a2417af commit 022d89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Currently the following models are available:
| [`StandardScaler`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.StandardScaler) | | _Data transformer_ |
| [`Scaler`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.Scaler) | | _Data transformer_ |
| [`PCA`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.PCA) | | _Unsupervised dimensionality reduction transformer_ |
| [`AutoEncoder`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.AutoEncoder) | | _Unsupervised non-linear dimensionality reduction_ |
| [`AutoEncoder`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.AutoEncoder) | [`AutoEncoderMLJ`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.AutoEncoderMLJ) | _Unsupervised non-linear dimensionality reduction_ |
| [`OneHotEncoder`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.OneHotEncoder) | | _Data transformer_ |
| [`OrdinalEncoder`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.OrdinalEncoder) | | _Data transformer_ |
| [`ConfusionMatrix`](https://sylvaticus.github.io/BetaML.jl/stable/Utils.html#BetaML.Utils.ConfusionMatrix) | | _Predictions assessment_ |
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Currently BetaML provides the following models:
| [`StandardScaler`](@ref) | | _Data transformer_ |
| [`Scaler`](@ref) | | _Data transformer_ |
| [`PCA`](@ref) | | _Unsupervised dimensionality reduction_ |
| [`AutoEncoder`](@ref) | | _Unsupervised non-linear dimensionality reduction_ |
| [`AutoEncoder`](@ref) | [`AutoEncoderMLJ`](@ref) | _Unsupervised non-linear dimensionality reduction_ |
| [`OneHotEncoder`](@ref) | | _Data transformer_ |
| [`OrdinalEncoder`](@ref) | | _Data transformer_ |
| [`ConfusionMatrix`](@ref) | | _Predictions assessment_ |
Expand Down

0 comments on commit 022d89d

Please sign in to comment.