Bryan-Az
linked mlops from git dir & added evaluation notebook
9dd7d9c
raw
history blame contribute delete
238 Bytes
import os
# Configuration for data paths
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
DATA_DIR = os.path.dirname(os.path.abspath('../../../db/data/README.md'))
PROJECT_DIR = os.path.dirname(os.path.abspath('../../../README.md'))