-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.json
14 lines (14 loc) · 783 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"title" : "Probability Distributions Exercises Project in 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,
"projectType": "project",
"description" : "Use your NumPy, Pandas and Matplotlib skills to practice a little about probability distributions"
}