diff --git a/tutorial/Eurybia_report_example.py b/tutorial/Eurybia_report_example.py index 4bf6497..85b5ec5 100644 --- a/tutorial/Eurybia_report_example.py +++ b/tutorial/Eurybia_report_example.py @@ -4,6 +4,7 @@ that generates the same report. """ import os +import sys from pathlib import Path import catboost @@ -11,6 +12,8 @@ from category_encoders import OrdinalEncoder from sklearn import metrics from sklearn.model_selection import train_test_split + +sys.path.insert(0, "../..") from eurybia import SmartDrift from eurybia.data.data_loader import data_loading