-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
14 lines (14 loc) · 701 Bytes
/
learn.json
File metadata and controls
14 lines (14 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"title" : "Probability Exercises Project in Python",
"slug" : "probability-exercises-project-in-python",
"preview": "https://github.com/4GeeksAcademy/hypothesis-testing-exercises-project-with-python/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/4GeeksAcademy/hypothesis-testing-exercises-project-with-python/blob/main/notebook/solutions.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["matplotlib", "numpy", "pandas"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"description" : "Use your numpy, pandas and matplotib skills to practice a little about hypothesis testing with Annova and others"
}