Questions score
- Min
- 5
- Median
- 7.0
- Max
- 7
- Q1
- 7.0
- Avg
- 6.9
- Q3
- 7.0
Machine Learning Zoomcamp 2024
Distribution of scores and reported study time for this homework.
Submissions
100
Median total score
7
Average total score
8
All values are points.
All values are hours reported by students.
Correctness and answer distribution per question.
92 / 99 correct (92.9%)
99 / 99 correct (100.0%)
| Answer | Count |
|---|---|
| 0.26.0 | 31 |
| 0.25.0 | 21 |
| kind version 0.26.0 | 9 |
| 0.20.0 | 5 |
| kind version 0.25.0 | 3 |
| v0.26.0 | 3 |
| v0.25.0 | 2 |
| kind version 0.27.0-alpha+1c5a56b30145d9 | 2 |
| kind version 0.27.0-alpha.4+1c5a56b30145d9 | 2 |
| kind v0.25.0 go1.22.9 windows/amd64 | 1 |
| v1.30.2 | 1 |
| 1.31.2 | 1 |
| kind version 0.17.0 | 1 |
| v1.30.0 | 1 |
| 0.17.0 | 1 |
| kind v0.20.0 | 1 |
| Kind version 0.25.0 | 1 |
| v0.19.0 | 1 |
| kind version 0.20.0 | 1 |
| 1.32.0 | 1 |
| 0.27.0-alpha+1c5a56b30145d9 | 1 |
| C:\Program Files\kind>kind version, kind v0.26.0 go1.23.4 windows/amd64 | 1 |
| 0.27.0 | 1 |
| kind v0.19.0 | 1 |
| kind v0.26.0 go1.23.4 darwin/arm64 | 1 |
96 / 99 correct (97.0%)
97 / 99 correct (98.0%)
99 / 99 correct (100.0%)
99 / 99 correct (100.0%)
| Answer | Count |
|---|---|
| 9696 | 83 |
| 8080 | 2 |
| 80 | 2 |
| <Port>: 9696 | 2 |
| apiVersion: apps/v1 kind: Deployment metadata: name: subscription spec: selector: matchLabels: app: subscription replicas: 1 template: metadata: labels: app: subscription spec: containers: - name: subscription image: zoomcamp-model:3.11.5-hw10 resources: requests: memory: "64Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "400m" ports: - containerPort: 9696 What is the value for ? ==> 9696Port = 9696. Apply this deployment: kubectl apply -f deployment.yaml Get a list of running Pods: kubectl get all | grep pod/subscription | 1 |
| subscription-65747b554-6q7mh | 1 |
| ports: - containerPort: 9696 | 1 |
| kubectl apply -f <your-deployment-yaml-file.yaml> | 1 |
99 / 99 correct (100.0%)
| Answer | Count |
|---|---|
| subscription | 71 |
| service | 3 |
| subscription-service | 2 |
| Subscription | 2 |
| kubectl apply -f service.yaml | 1 |
| app: subscription | 1 |
| web | 1 |
| # service.yaml apiVersion: v1 kind: Service metadata: name: subscription-service spec: type: LoadBalancer selector: app: subscription ports: - port: 80 targetPort: 9696 <???> --> subscription Apply config file: kubectl apply -f service.yaml | 1 |
| subscribtion | 1 |
| selector: app: subscription | 1 |
| credit | 1 |
| 9696 | 1 |
| 2 | 1 |
| app: <your-app-name> | 1 |
| service.yaml | 1 |
| zoomcamp-model | 1 |
| {'has_subscribed': True, 'has_subscribed_probability': 0.756743795240796} | 1 |
| YAML | 1 |
Calculated: 24 December 2024, 08:07