Skip to main content

Models

All registered Model components in DashAI.

NameDescription
BagOfWordsTextClassificationModelText classification meta-model that combines a bag-of-words vectorizer with a DashAI tabular classifier.
DebertaV3TransformerPre-trained DeBERTa-v3 transformer for text classification.
DecisionTreeClassifierDecision tree classifier that learns axis-aligned decision rules from data.
DistilBertTransformerPre-trained transformer DistilBERT allowing English text classification.
DummyClassifierBaseline classifier that makes predictions ignoring the input features.
GradientBoostingRGradient boosting regressor that builds an ensemble of decision trees sequentially.
HistGradientBoostingClassifierHistogram-based gradient boosting classifier for large datasets.
KNeighborsClassifierK-nearest neighbours classifier that predicts the majority class among neighbours.
LinearRegressionOrdinary least-squares linear regression model.
LinearSVRSupport vector regression with a linear kernel for large datasets.
LogisticRegressionLogistic regression classifier with L1, L2, or Elastic-Net regularisation.
MLPRegressionSingle hidden-layer MLP regressor implemented in PyTorch.
ModernBertTransformerPre-trained ModernBERT transformer for text classification.
NllbTransformerNLLB model for configurable multilingual translation.
OpusMtEnESTransformerPre-trained transformer for english-spanish translation.
OpusMtEsENTransformerPre-trained transformer for spanish-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.
SVCSupport vector machine classifier that maximises the margin between classes.