From d004fc495ced82af72c5c19f4a6499405b736e1d Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Fri, 6 Dec 2024 23:10:07 -0300 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c0470..875c8bf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ La siguiente tiene los codigos en python para entrenar modelos y el dataset ya p Se requiere [Miniconda / `conda`](https://docs.anaconda.com/miniconda/install/) para generar el ambiente con las dependencias: ``` -conda create -n modyx python=3.10 scikit-learn imbalanced-learn xlsxwriter openpyxl pandas xgboost enlighten conda-forge::shap ray-tune tensorflow-gpu keras tensorboard conda-forge::keras-tuner matplotlib +conda create -n mody python=3.10 scikit-learn imbalanced-learn xlsxwriter openpyxl pandas xgboost enlighten conda-forge::shap ray-tune tensorflow-gpu keras tensorboard conda-forge::keras-tuner matplotlib ``` Luego de que instale el ambiente debería dejas las instrucciones para activarlo