Skip to content
Open
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
18 changes: 14 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
{
"slug" : "random-forest-project-tutorial",
"title" : "Random Forest Project Tutorial",
"title" : {
"us": "Random Forest Project Tutorial",
"es": "Tutorial del proyecto Bosque Aleatorio"
},
"preview": "https://github.com/4GeeksAcademy/random-forest-project-tutorial/blob/main/preview.png?raw=true",
"solution": "https://github.com/4GeeksAcademy/random-forest-project-tutorial/blob/main/solution.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["data-science", "machine-learning"],
"technologies": ["python", "pandas", "numpy", "matplotlib", "scikit-learn", "data-science", "machine-learning"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"template_url": "https://github.com/4GeeksAcademy/machine-learning-python-template",
"projectType": "project",
"description" : "Use Random Forest algorithm to predict a marketing campaign success by predicting the campaign impressions",
"gitpod": true
"autoPlay": "false",
"description" : {
"us": "In this project, you'll enhance the prediction accuracy of a decision tree model by implementing a random forest. Using a dataset from a previous project, you'll build, train, and analyze a random forest, modifying hyperparameters to improve accuracy. Finally, you'll save and document the model.",
"es": "¡En este proyecto, mejorarás la precisión de predicción de un modelo de árbol de decisión implementando un bosque aleatorio. Usando un conjunto de datos de un proyecto anterior, construirás, entrenarás y analizarás un bosque aleatorio, modificando los hiperparámetros para mejorar la precisión. Finalmente, guardarás y documentarás el modelo."
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=425"
}
}