VersionedDataset sets some attributes, specifically tensors, with setattr(). Using this function allows users to access features and labels with dataset.X_train and so on. However, PyCharm and other IDEs raise warnings for attributes set in this manner. Find a way to resolve these warnings.
VersionedDataset sets some attributes, specifically tensors, with
setattr()
. Using this function allows users to access features and labels withdataset.X_train
and so on. However, PyCharm and other IDEs raise warnings for attributes set in this manner. Find a way to resolve these warnings.Potential references: