From 81348d3b64541581a45aaaf776765aa1e3968fc3 Mon Sep 17 00:00:00 2001
From: barthes <nicolas.barthes@cefe.cnrs.fr>
Date: Tue, 23 Apr 2024 16:34:20 +0200
Subject: [PATCH] remove LWPLSR_.py

---
 src/pages/2-model_creation.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/pages/2-model_creation.py b/src/pages/2-model_creation.py
index a58048f..08eea19 100644
--- a/src/pages/2-model_creation.py
+++ b/src/pages/2-model_creation.py
@@ -137,7 +137,9 @@ if not spectra.empty and not y.empty:
         reg_model = Reg.model_
         #M2.dataframe(Pin.pred_data_)
     elif regression_algo == reg_algo[2]:
-        Reg = LWPLSR(x_train = X_train, x_test = X_test, y_train = y_train, y_test = y_test)
+        # Reg = LWPLSR(x_train = X_train, x_test = X_test, y_train = y_train, y_test = y_test)
+        # LWPLSR.Jchemo_lwplsr(Reg)
+        pass
 
     elif regression_algo == reg_algo[3]:
         s = M1.number_input(label='Enter the maximum number of intervals', min_value=1, max_value=6, value=3)
-- 
GitLab