Use the get_raw_data_with_id function to get the raw data with id column used further for feature engineering, data preparation, model training, and evaluation.
Required Parameter
- data
- Specifies the dataset which needs to be fetched with id column.
Optional Parameter
- use_loaded_models
- Specifies whether to use loaded models for transformation.
Default value: False