Tabular Models
Run inference with trained tabular ML models across classification, regression, clustering, and more
Tabular inference runs predictions on structured data using a model trained in AICU. Provide your input data in the same format used during training — the model applies the learned parameters automatically.
Available Categories
- Classification – Predict discrete class labels from feature columns
- Regression – Predict continuous numeric values from feature columns
- Clustering – Assign new data points to learned clusters
- Dimensionality Reduction – Project new data into a lower-dimensional space
- Time Series – Forecast future values based on historical patterns
- Recommendation – Generate ranked item recommendations for users