kostaleonard / mlops

A framework for conducting MLOps.
MIT License
3 stars 0 forks source link

Accessing VersionedDataset attributes gives unresolved attribute warnings #65

Open kostaleonard opened 2 years ago

kostaleonard commented 2 years ago

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.

Potential references: