@@ -20,13 +20,17 @@ The SQL script to create the database is in this same folder.
...
@@ -20,13 +20,17 @@ The SQL script to create the database is in this same folder.
This package is written in python. You can clone the repository: git clone https://src.koda.cnrs.fr/CEFE/PACE/nirs_workflow.git
This package is written in python. You can clone the repository: git clone https://src.koda.cnrs.fr/CEFE/PACE/nirs_workflow.git
Then install the requirements: pip install -r requirements.txt
Then install the requirements: pip install -r requirements.txt
(OPTIONNAL) 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.
(OPTIONNAL) To use Locally weighted PLS Regression as the creation model algorithm, you will need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package.
From the CLI: python
First, install Julia (https://julialang.org/). _Tested versions are 1.10.2 and 1.10.4 (https://julialang.org/downloads/oldreleases/)_.