mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-21 06:48:08 +00:00
refactor(Project): move out load_data to utils, rename fetch_data to run_fetch_data, got classifiers to work (#38)
This commit is contained in:
@@ -9,7 +9,7 @@ from pytorch_forecasting.metrics import QuantileLoss
|
||||
import sys
|
||||
sys.path.insert(0, '..')
|
||||
|
||||
from load_data import load_files
|
||||
from utils.load_data import load_files
|
||||
|
||||
print("success")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user