Skip to content
Snippets Groups Projects
Commit dd8f9169 authored by DIANE Abderrahim's avatar DIANE Abderrahim
Browse files

Edit 2-model_creation.py

parent c5d2a2e9
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ if not x_block.empty and not y.empty:
case 'LW-PLS':
from utils.regress import LWPLS
Model = LWPLS(train = [X_train, y_train], test = [X_test, y_test], n_iter = 10, cv = nb_folds, bestglobalparams = pre.best_hyperparams_)
Model = LWPLS(train = [X_train, y_train], test = [X_test, y_test], n_iter = 30, cv = nb_folds, bestglobalparams = pre.best_hyperparams_)
Model.best_fit()
# The snippet of code below was first used to communicate with Julia for developing lwplsr() LWPLS modelling, but just lately, lwplsr() xas written in Python and utilized instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment