Skip to content

<onlyfor> & template_url were added #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Modelar los datos construyendo un árbol de decisión.
- Analizar los resultados y optimizar el modelo.

<how-to-start>

## 🌱 Cómo iniciar este proyecto

Sigue las siguientes instrucciones:
Expand All @@ -15,6 +17,8 @@ Sigue las siguientes instrucciones:
2. Abre el repositorio creado recientemente en Codespace usando la [extensión del botón de Codespace](https://docs.github.com/es/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.

</how-to-start>

## 🚛 Cómo entregar este proyecto

Una vez que hayas terminado de resolver el caso práctico, asegúrate de confirmar tus cambios, haz push a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Model the data building a decision tree.
- Analyze the results and optimize the model.

<how-to-start>

## 🌱 How to start this project

Follow the instructions below:
Expand All @@ -15,6 +17,8 @@ Follow the instructions below:
2. Open the newly created repository in Codespace using the [Codespace button extension](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.

</how-to-start>

## 🚛 How to deliver this project

Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link.
Expand Down
20 changes: 15 additions & 5 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
{
"slug" : "decision-tree-project-tutorial",
"title" : "Decision Tree Project Tutorial",
"title" : {
"us":"Decision Tree Project Tutorial",
"es":"Tutorial del proyecto de árbol de decisión"
},
"preview": "https://github.com/4GeeksAcademy/decision-tree-project-tutorial/blob/main/preview.png?raw=true",
"solution": "https://github.com/4GeeksAcademy/decision-tree-project-tutorial/blob/main/solution.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["data-science", "machine-learning"],
"technologies": ["python", "pandas", "numpy", "matplotlib", "data-science", "machine-learning"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"description" : "Use decision tree algorithm to diagnose diabetes by using patients medical information from previous medical exams",
"gitpod": true
"autoPlay": "false",
"template_url": "https://github.com/4GeeksAcademy/machine-learning-python-template",
"projectType": "project",
"description" : {
"us":"Use the decision tree algorithm to diagnose diabetes using patients' medical information from previous exams. Preprocess the dataset, train the model, analyze the results, and optimize the model to make predictions about the presence of diabetes.",
"es":"Usa el algoritmo de árboles de decisión para diagnosticar la diabetes utilizando la información médica de los pacientes obtenida de exámenes previos. Preprocesa el conjunto de datos, entrena el modelo, analiza los resultados y optimiza el modelo para hacer predicciones sobre la presencia de diabetes."
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=421"
}
}