Author: Gianni S. S. Liveraro
Date: 22-10-2023
Descriptions: Basic scripts to create (conda) environments for Machine Learning Analysis
- Clone this repository in a local machine:
git clone https://github.com/gianniliveraro/ML_Environment.git
- Navigate to the top level of the repository and run:
./src/install_mlenv.sh
this creates an environment (called "ML_Env") with miniconda to run python codes for ML analysis.
-
Log out from your account and log in again.
-
Activate the ML_Env environment with:
conda activate ML_Env
- Done!