You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dataset can be found at this link: https://archive.ics.uci.edu/dataset/373/drug+consumption+quantified.
9
18
## Description of the Dataset
@@ -16,6 +25,7 @@ The dataset can be found at this link: https://archive.ics.uci.edu/dataset/373/d
16
25
- Provide results from Evaluation with some useful plots and metrics.
17
26
- Summarize the analysis in a report.
18
27
- Explain whether certain classifiers make trustable predictions, with the calculation of SHAP values and some visualization plots.
28
+
- Prepared labelled and unlabelled data, Implemented and Compared different semi-supervised learning algorithms based on the gradient boosting classifier from assignment 1.
19
29
# Project Structure
20
30
- You should expect a report in `.pdf` format at the root level.
21
31
- Please expand the folder at the root level to view codes.
@@ -24,6 +34,11 @@ The dataset can be found at this link: https://archive.ics.uci.edu/dataset/373/d
24
34
2. Evaluation - please check the file `CSI5155 Assignment 1 Evaluation Part - Kelvin Mock 300453668.ipynb`
25
35
3. Calculation of SHAP Values - please check the file `CSI5155 Assignment 2 - Kelvin Mock 300453668.ipynb`
26
36
4. Visualizing the SHAP Values - please check the file `CSI5155 Assignment 2 Plots - Kelvin Mock 300453668.ipynb`
0 commit comments