Use the entity property to return the entity of the feature process.
Example
>>> fp = FeatureProcess(repo="vfs_test", ... df=df, ... entity="accounts", ... features=["Jan", "Feb", "Mar", "Apr"] ... )
>>> fp.entity
'accounts'
Use the entity property to return the entity of the feature process.
>>> fp = FeatureProcess(repo="vfs_test", ... df=df, ... entity="accounts", ... features=["Jan", "Feb", "Mar", "Apr"] ... )
>>> fp.entity
'accounts'