Eduardo Silva
Eduardo Silva
I don't know if this is a bug or not supposed to be implemented. But I'll ask the question here. The premise is that I have a model that trains...
# Overview Some of the regression metrics (`MAE` and `MeanError` at least) are not being executed when running a report. # Example code ```python import pandas as pd from evidently.future.datasets...
To expand on the title a bit: The [init method of PandasDataset](https://github.com/evidentlyai/evidently/blob/b5c7005b38655073b6c3a62b8c468f0c0a63cf1a/src/evidently/future/datasets.py#L452) will _intentionally_ expand the definition with columns that have not been defined. There is no API to stop...