omnidiag / features /__init__.py
yahyoha's picture
feat: add base feature engineering classes for OmniDiag with heart disease implementation
8c93f8e
Raw
History Blame Contribute Delete
221 Bytes
# OmniDiag Feature Engineering Package
# Each disease has its own feature engineer module that inherits from BaseFeatureEngineer.
from features.base_features import BaseFeatureEngineer
__all__ = ["BaseFeatureEngineer"]