From 143904d1df3b8b2f2cd79d896d1d9e284f03ee3f Mon Sep 17 00:00:00 2001 From: aimspot Date: Thu, 30 May 2024 13:14:01 +0300 Subject: [PATCH] fix unit-test --- src/data_processing/ml_processing/recommendation_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data_processing/ml_processing/recommendation_module.py b/src/data_processing/ml_processing/recommendation_module.py index c16291e..3da69e5 100644 --- a/src/data_processing/ml_processing/recommendation_module.py +++ b/src/data_processing/ml_processing/recommendation_module.py @@ -4,7 +4,7 @@ import umap.umap_ as umap import matplotlib.pyplot as plt from sklearn.preprocessing import StandardScaler, LabelEncoder -from src.data_processing.ml_processing.plots import plot_with_lines_and_predictions +from ODRS.src.data_processing.ml_processing.plots import plot_with_lines_and_predictions file = Path(__file__).resolve()