|
8 | 8 | This module provides classes for the Mambular models that adhere to scikit-learn's `BaseEstimator` interface. |
9 | 9 |
|
10 | 10 | ======================================= ======================================================================================================= |
11 | | -Modules Description |
| 11 | +Modules Description |
12 | 12 | ======================================= ======================================================================================================= |
13 | | -:class:`MambularClassifier` Multi-class and binary classification tasks. |
14 | | -:class:`MambularLSS` Various statistical distribution families for different types of regression and classification tasks. |
15 | | -:class:`EmbeddingMambularClassifier` Specialized classification module for complex protein sequence data. |
16 | | -:class:`EmbeddingMambularRegressor` Specialized regression module for complex protein sequence data. |
17 | | -:class:`MambularRegressor` Regression tasks. |
| 13 | +:class:`MambularClassifier` Multi-class and binary classification tasks. |
| 14 | +:class:`MambularRegressor` Regression tasks. |
| 15 | +:class:`MambularLSS` Various statistical distribution families for different types of regression and classification tasks. |
| 16 | +:class:`FTTransformerClassifier` FT transformer for classification tasks. |
| 17 | +:class:`FTTransformerRegressor` FT transformer for regression tasks. |
| 18 | +:class:`FTTransformerLSS` Various statistical distribution families for different types of regression and classification tasks. |
| 19 | +:class:`MLPClassifier` Multi-class and binary classification tasks. |
| 20 | +:class:`MLPRegressor` MLP for regression tasks. |
| 21 | +:class:`MLPLSS` Various statistical distribution families for different types of regression and classification tasks. |
| 22 | +:class:`TabTransformerClassifier` TabTransformer for classification tasks. |
| 23 | +:class:`TabTransformerRegressor` TabTransformer for regression tasks. |
| 24 | +:class:`TabTransformerLSS` TabTransformer for distributional tasks. |
| 25 | +:class:`ResNetClassifier` Multi-class and binary classification tasks using ResNet. |
| 26 | +:class:`ResNetRegressor` Regression tasks using ResNet. |
| 27 | +:class:`ResNetLSS` Distributional tasks using ResNet. |
| 28 | +:class:`SklearnBaseClassifier` Base class for classification tasks. |
| 29 | +:class:`SklearnBaseLSS` Base class for distributional tasks. |
| 30 | +:class:`SklearnBaseRegressor` Base class for regression tasks. |
18 | 31 | ======================================= ======================================================================================================= |
19 | 32 |
|
20 | 33 | .. toctree:: |
|
0 commit comments