Classification
Predict a discrete category or label.
- Binary classification
- Multiclass classification
- Class-level evaluation
Train and evaluate models using a known target for classification or regression.
Supervised analysis uses an existing target variable to learn relationships between selected features and an observed outcome.
Ounias preserves the target, feature roles, split configuration, model parameters, predictions, evaluation results, and derived analytical artifacts.
Predict a discrete category or label.
Predict a continuous numerical outcome.
A linear supervised model commonly used as an interpretable classification baseline.
A probabilistic classifier based on conditional feature distributions.
An ensemble of decision trees capable of capturing nonlinear relationships and interactions.
Gradient-boosted decision trees for higher-capacity supervised modeling.
Gradient-boosted decision trees with support for complex nonlinear supervised relationships.
Predicts outcomes using nearby observations in the selected feature space.
Choose the observed outcome the model should learn to predict.
Select the variables available to the model and configure their analytical roles.
Fit the model and evaluate predictions using the configured split.
Inspect metrics, errors, explanations, and differences across models.