featurebyte.UseCaseType¶
class UseCaseType( )
Description¶
UseCaseType defines the primary analytical objective of a use case. The enum distinguishes between predictive, descriptive, causal, and forecast use cases, each representing a different intent in how data is analyzed, modeled, or interpreted.
Possible Values¶
- PREDICTIVE
Use case focused on predicting future or unknown outcomes - DESCRIPTIVE
Use case focused on summarizing and understanding historical data - CAUSAL
Use case focused on measuring causal effects and relationships - FORECAST
Use case focused on forecasting future values at specific future dates