-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
26 lines (26 loc) · 1.53 KB
/
learn.json
File metadata and controls
26 lines (26 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"title" : {
"us": "Probability Distributions Exercises Project in Python",
"es": "Proyecto de distibucion de probabilidad con python"
},
"slug" : "probability-distributions-exercises-project-with-python",
"preview": "https://github.com/4GeeksAcademy/probability-distribution-exercises-project-with-python/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/4GeeksAcademy/probability-distribution-exercises-project-with-python/blob/main/notebook/solutions.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["matplotlib", "numpy", "pandas", "scipy", "python", "machine learning", "data science"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"template_url": "self",
"projectType": "project",
"autoPlay": "false",
"description": {
"us": "Use your NumPy, Pandas, and Matplotlib skills to practice probability distributions. Complete the exercises in Python, follow the instructions to start, and submit your repository once finished. For additional help, refer to the provided solutions after attempting the problems.",
"es": "Usa tus habilidades en NumPy, Pandas y Matplotlib para practicar distribuciones de probabilidad. Completa los ejercicios en Python, sigue las instrucciones para comenzar y envía tu repositorio una vez que hayas terminado. Para ayuda adicional, consulta las soluciones proporcionadas después de intentar los problemas."
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=360"
},
"gitpod": true
}