holistic-ai / holisticai

Apache License 2.0
64 stars 10 forks source link

tests: bias mitigation for clustering and clustering tutorials #129

Closed Kleyt0n closed 3 weeks ago

fracarfer5 commented 3 weeks ago

I don't know if the following lines at the beginning of the jupyter notebooks are necessary to make them work:

import os,sys

dirpath = os.path.join( '/'.join(os.getcwd().split("/")[:-5]), 'src')
sys.path.insert(0, dirpath)