Skip to content

Commit c02d9c0

Browse files
authored
Update learn.json
1 parent 3d30698 commit c02d9c0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

learn.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"title" : "Algorithm Optimization Project for Machine Learning",
2+
"title" : {
3+
"us": "Algorithm Optimization Project for Machine Learning",
4+
"es": "Proyecto de Optimización de Algoritmos para Aprendizaje Automático"
5+
},
36
"slug" : "algorithm-optimization-project-machine-learning",
47
"preview": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/preview.jpeg?raw=true",
58
"solution": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/tree/main/notebook/solutions.ipynb",
6-
"status": "published",
7-
"translations": ["us"],
89
"technologies": ["big-o", "python", "algorithms", "matplotlib", "scipy", "machine learning", "data science"],
910
"difficulty": "beginner",
1011
"syntax": "python",
1112
"duration" : 2,
12-
"projectType": "project",
13-
"description" : "Learn the basics on how to optimize or better build algorithms in Python for Machine Learning"
13+
"projectType": "project",
14+
"description" : {
15+
"us": "Learn the basics on how to optimize or better build algorithms in Python for Machine Learning",
16+
"es": "Aprende lo básico sobre cómo optimizar o construir mejor algoritmos en Python para Aprendizaje Automático."
17+
}
1418
}

0 commit comments

Comments
 (0)