From bd4b7a0fc1df2ff440f0f04d1e63767673ee0f9b Mon Sep 17 00:00:00 2001 From: DIANE Abderrahim <abderrahim.diane@cefe.cnrs.fr> Date: Tue, 26 Mar 2024 13:38:22 +0100 Subject: [PATCH] THE FIRST TRIAL --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ca7e9..a524f8e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The process includes: This package is written in python. You can clone the repository: git clone https://src.koda.cnrs.fr/nicolas.barthes.5/nirs_workflow.git Then install the requirements: pip install -r requirements.txt -To use the Local weighted PLS Regression for creation model, you'll need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package. +To use Locally weighted PLS Regression for creation model, you will need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package. From the CLI: python > '>>> import julia '>>> julia.install() @@ -40,3 +40,6 @@ Contributors: ## License CC BY + + +PUSH \ No newline at end of file -- GitLab