This repository aims to store codes for processing/analyses of derived data inside PWGLF.
-
An updated version of O2 software is required
-
Clone this repository in a local machine:
git clone https://github.com/gianniliveraro/ML_Strangeness.git- Navigate to the top level of the repository and run:
./src/install_mlenv.shthis 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βββ Dataset
β βββ Processed <- processed data for ML analysis
β βββ Raw <- raw AO2D/DATA files
β
βββ Codes <- Basic scripts to perform ML analysis
|
βββ src <- Installation info and instructions
β βββ install_mlenv.sh <- script to install ML environment with miniconda
β βββ ML_Env.yml <- python packages to be installed
β
βββ Results <- directory that saves your ML runs + results
β
βββ assets <- media files (images, plots, etc)