# Fundamentals of predictive modeling

> Fundamentals of predictive modeling - Learn about modeling methods supported in DataRobot's
> predictive modeling, as well as the modeling lifecycle.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:09.942338+00:00` (UTC).

## Primary page

- [Fundamentals of predictive modeling](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-fundamentals.html): Full documentation for this topic (HTML).

## Sections on this page

- [Predictive modeling methods](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-fundamentals.html#predictive-modeling-methods): In-page section heading.
- [Supervised and unsupervised learning](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-fundamentals.html#supervised-and-unsupervised-learning): In-page section heading.
- [Time-aware modeling](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-fundamentals.html#time-aware-modeling): In-page section heading.
- [Specialized modeling workflows](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-fundamentals.html#specialized-modeling-workflows): In-page section heading.

## Related documentation

- [Get started](https://docs.datarobot.com/en/docs/get-started/index.html): Linked from this page.
- [First time here?](https://docs.datarobot.com/en/docs/get-started/day0/index.html): Linked from this page.
- [Start with predictive modeling](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/index.html): Linked from this page.
- [GenAI fundamentals](https://docs.datarobot.com/en/docs/get-started/day0/genai-start/genai-fundamentals.html): Linked from this page.
- [predictive model training overview](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-workflow.html): Linked from this page.
- [regressionexperiment](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/create-experiments/create-predictive/ml-basic-experiment.html#regression-targets): Linked from this page.
- [anomaly detection](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/create-experiments/create-predictive/ml-unsupervised.html#anomaly-detection): Linked from this page.
- [time series modeling](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/create-experiments/create-time-aware/index.html): Linked from this page.
- [nowcasting](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/nowcasting.html): Linked from this page.
- [multiseries](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/create-experiments/create-time-aware/ts-forecasting.html#set-series-id): Linked from this page.
- [segmented modeling](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-segmented.html): Linked from this page.
- [time-aware predictions](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/create-experiments/create-time-aware/ts-datetime.html): Linked from this page.
- [What is time-aware modeling?](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/whatis-time.html): Linked from this page.
- [Image augmentation](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/create-experiments/create-predictive/ml-adv-experiment.html#image-augmentation): Linked from this page.
- [editable blueprints](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/manage-experiments/experiment-cml.html): Linked from this page.
- [Word Clouds](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/experiment-insights/word-cloud.html): Linked from this page.
- [model building how-to](https://docs.datarobot.com/en/docs/get-started/how-to/build-walk.html): Linked from this page.

## Documentation content

This section describes DataRobot's predictive solutions; see [GenAI fundamentals](https://docs.datarobot.com/en/docs/get-started/day0/genai-start/genai-fundamentals.html) for an overview of working with generative AI-related tools and options.

Predicitve AI uses automated machine learning (AutoML) to build models that solve real-world problems across domains and industries. DataRobot takes the data you provide, generates multiple machine learning (ML) models, and recommends the best model to put into use. You don't need to be a data scientist to build ML models using DataRobot, but an understanding of the basics will help you build better models. Your domain knowledge and DataRobot's AI expertise will lead to successful models that solve problems with speed and accuracy.

DataRobot supports many different approaches to ML modeling—supervised learning, unsupervised learning, time series modeling, segmented modeling, multimodal modeling, and more. This section describes these approaches and also provides tips for analyzing and selecting the best models for deployment.

This section describes predictive modeling methods. See the Workbench [predictive model training overview](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-workflow.html) for a generalized discussion of the steps to build predictive models.

## Predictive modeling methods

ML modeling is the process of developing algorithms that learn by example from historical data. These algorithms predict outcomes and uncover patterns not easily discerned. DataRobot supports a variety of modeling methods, each suiting a specific type of data and problem type.

### Supervised and unsupervised learning

The most basic form of machine learning is supervised learning.

With supervised learning, you provide "labeled" data. A label in a dataset provides information to help the algorithm learn from the data. The label—also called the target —is what you're trying to predict.

- In aregressionexperiment, the target is a numeric value. A regression model estimates a continuous dependent variable given a list of input variables (also referred to asfeaturesorcolumns). Examples of regression problems include financial forecasting, time series forecasting, maintenance scheduling, and weather analysis. Regression experiments can also be handled as classification by changing the target type from numeric to classification.
- In aclassificationexperiment, the target is a category. A classification model groups observations into categories by identifying shared characteristics of certain classes. It compares those characteristics to the data you're classifying and estimates how likely it is that the observation belongs to a particular class. Classification experiments can bebinary(two classes) ormulticlass(three or more classes). For classification, DataRobot also supportsmultilabel modelingwhere the target feature has a variable number of classes orlabels; each row of the dataset is associated with one, several, or zero labels.

Another form of machine learning is unsupervised learning.

With unsupervised learning, the dataset is unlabeled and the algorithm must infer patterns in the data.

- In ananomaly detectionexperiment, the algorithm detects unusual data points in your dataset. Potential uses include the detection of fraudulent transactions, faults in hardware, and human error during data entry.
- In aclusteringexperiment, the algorithm splits the dataset into groups according to similarity. Clustering is useful for gaining intuition about your data. The clusters can also help label your data so that you can then use a supervised learning method on the dataset.

### Time-aware modeling

Time data is a crucial component in solving prediction and forecasting problems. Models using time-relevant data make row-by-row predictions, time series forecasts, or current value predictions ("nowcasts"). An experiment becomes time-aware when, if the data is appropriate, the partitioning method is set to date/time.

- Withtime series modeling, you can generate a forecast—a series of predictions for a period of time in the future. You train time series models on past data to predict future events. Predict a range of values in the future or usenowcastingto make a prediction at the current point in time. Use cases for time series modeling include predicting pricing and demand in domains such as finance, healthcare, and retail—basically, any domain where problems have a time component.
- You can use time series modeling for a dataset containing a single series, but you can also build a model for a dataset that contains multiple series. For this type ofmultiseriesexperiment, one feature serves as theseries identifier. An example is a "store location" identifier that essentially divides the dataset into multiple series, one for each location. So you might have four store locations (e.g., Paris, Milan, Dubai, and Tokyo) and therefore four series for modeling.
- With a multiseries experiment, you can choose to generate a model for each series usingsegmented modeling. In this case, DataRobot creates a deployment using the best model for each segment.
- Sometimes, the dataset for the problem you're solving contains date and time information, but instead of generating a forecast as you do with time series modeling, you predict a target value on each individual row. This approach is calledtime-aware predictions.

See [What is time-aware modeling?](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/whatis-time.html) for an in-depth discussion of these strategies.

### Specialized modeling workflows

DataRobot provides specialized workflows to help you address a wide range of problems.

- Image augmentationallows you to include images as features in your datasets. Use the image data alongside other data types to improve outcomes for various types of modeling experiments—regression, classification, anomaly detection, clustering, and more.
- Witheditable blueprints, you can build and edit your own ML blueprints—the preprocessing steps (tasks), modeling algorithms, and post-processing steps that go into building a model—incorporating DataRobot preprocessing and modeling algorithms, as well as your own models.
- For text features in your data, use Text AI insights likeWord Cloudsto understand their impact.
- Location AIsupports geospatial analysis of modeling data. Use geospatial features to gain insights and visualize data using interactive maps before and after modeling.

See the [generalized discussion](https://docs.datarobot.com/en/docs/get-started/day0/predai-start/pred-workflow.html) of the steps to build predictive models in Workbench. Or, try it yourself with the [model building how-to](https://docs.datarobot.com/en/docs/get-started/how-to/build-walk.html).
