forked from 4GeeksAcademy/machine-learning-python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
15 lines (15 loc) · 764 Bytes
/
learn.json
File metadata and controls
15 lines (15 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title": {
"en": "Machine Learning Python Template",
"es": "Plantilla para Aprendizaje de Máquina con Python"
},
"description": {
"us": "A standardized, but flexible project structure for doing and sharing data science and machine learning work.",
"es": "Una estructura de proyecto estandarizada, pero flexible, para realizar y compartir trabajos de ciencia de datos y aprendizaje de máquina."
},
"repository": "https://github.com/4GeeksAcademy/machine-learning-python-template",
"preview": "https://github.com/4GeeksAcademy/machine-learning-python-template/blob/main/preview.jpg?raw=true",
"projectType": "template",
"difficulty": "beginner",
"technologies": ["Python", "Machine-Learning", "Datascience", "ai-engineering"]
}