Regression

Regression models predict a numeric value. In Aporia, these models are represented with the regression model type.

Examples of regression problems:

  • What will the temperature be in Seattle tomorrow?

  • For product X, how many units will sell?

  • How many days until this customer stops using the application?

  • What price will this house sell for?

Data Format In DB

Regression predictions are usually represented in a database with a numeric column. For example:

To integrate this type of model follow our Quickstart.

Check out the data sources section for more information about how to connect from different data sources.

Last updated