Saltar al contenido principal

Models

All registered Model components in DashAI.

NameDescription
AdaBoostClassifierAdaBoost classifier that adapts to misclassified samples iteratively.
AdaBoostRegressionAdaBoost regressor that focuses on samples with high prediction errors.
AlbertTransformerPre-trained ALBERT model for efficient English text classification.
BagOfWordsTextClassificationModelText classification meta-model that combines a bag-of-words vectorizer with a DashAI tabular classifier.
BaggingClassifierBagging classifier that aggregates predictions from bootstrap subsets.
BayesianRidgeRegressionBayesian Ridge regression with automatic regularisation estimation.
BertTransformerPre-trained BERT model for English text classification.
BertinTransformerPre-trained BERTIN model (Spanish RoBERTa) for Spanish text classification.
BetoTransformerPre-trained BETO model for Spanish text classification.
DebertaV3TransformerPre-trained DeBERTa-v3 transformer for text classification.
DecisionTreeClassifierDecision tree classifier that learns axis-aligned decision rules from data.
DecisionTreeRegressionDecision tree regressor that recursively partitions the feature space.
DistilBertTransformerPre-trained transformer DistilBERT allowing English text classification.
DummyClassifierBaseline classifier that makes predictions ignoring the input features.
ElasticNetRegressionElastic Net regression combining L1 and L2 penalties.
ElectraTransformerPre-trained ELECTRA model for efficient English text classification.
ExtraTreesClassifierExtra-Trees classifier using fully randomised decision tree splits.
ExtraTreesRegressionExtra-Trees regressor using fully randomised decision tree splits.
GaussianNBGaussian Naïve Bayes classifier based on Bayes' theorem.
GradientBoostingClassifierGradient boosting classifier that builds an ensemble of trees sequentially.
GradientBoostingRGradient boosting regressor that builds an ensemble of decision trees sequentially.
HistGradientBoostingClassifierHistogram-based gradient boosting classifier for large datasets.
HistGradientBoostingRegressionHistogram-based gradient boosting regressor for large datasets.
KNeighborsClassifierK-nearest neighbours classifier that predicts the majority class among neighbours.
KNeighborsRegressionK-Nearest Neighbours regressor that averages the targets of nearest samples.
LassoRegressionLasso regression with L1 regularisation for sparse coefficient solutions.
LinearRegressionOrdinary least-squares linear regression model.
LinearSVCClassifierLinear SVC classifier with Platt-scaling calibration for class probabilities.
LinearSVRSupport vector regression with a linear kernel for large datasets.
LogisticRegressionLogistic regression classifier with L1, L2, or Elastic-Net regularisation.
M2M100TransformerM2M100 multilingual seq2seq model for configurable language-pair translation.
MLPClassifierMulti-layer Perceptron classifier trained with backpropagation.
MLPRegressionSingle hidden-layer MLP regressor implemented in PyTorch.
MiniLMTransformerPre-trained MiniLM model for lightweight English text classification.
ModernBertTransformerPre-trained ModernBERT transformer for text classification.
MultilingualBertTransformerPre-trained Multilingual BERT for cross-lingual text classification.
NllbTransformerPre-trained transformer for configurable multilingual translation.
OpusMtEnDeTransformerPre-trained transformer for English-to-German translation.
OpusMtEnESTransformerPre-trained transformer for English-to-Spanish translation.
OpusMtEnFrTransformerPre-trained transformer for English-to-French translation.
OpusMtEnPtTransformerPre-trained transformer for English-to-Portuguese translation.
OpusMtEsENTransformerPre-trained transformer for Spanish-to-English translation.
OpusMtFrEnTransformerPre-trained transformer for French-to-English translation.
RandomForestClassifierRandom forest classifier that aggregates predictions from many decision trees.
RandomForestRegressionRandom forest regressor that averages predictions from multiple decision trees.
RidgeRegressionRidge regression with L2 regularisation to reduce coefficient magnitude.
RobertaTransformerPre-trained RoBERTa model for English text classification.
SGDClassifierSGD classifier with probability calibration for consistent predict_proba output.
SVCSupport vector machine classifier that maximises the margin between classes.
SVRSupport Vector Regressor using kernel-based function estimation.
T5SmallTransformerT5-small seq2seq model for English-to-{German, French, Romanian} translation.
TfIdfLogRegTextClassificationModelTF-IDF vectorizer combined with Logistic Regression for text classification.
XlmRobertaTransformerPre-trained XLM-RoBERTa model for multilingual text classification.
XlnetTransformerPre-trained XLNet model for English text classification.