Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

Inference on training data impossible?? #1849

Open foxale opened 1 year ago

foxale commented 1 year ago

Hi,

I want to detect potential model overfitting for Azure AutoML forecasting. Usually, I would tune a model on train and then evaluate separately on train and out-of-time test set. But it seems like I cannot do backtesting with forecasting models on train?? That doesn't seem right.

Am I missing something here?