Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course_materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlu_public
course_materials
Compare revisions
5f5c25de2930cfebd9b3fbd7c963b268c8adc779 to 11cc1d1c021214ddc5be1879f6a2b00f29d727aa
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nlu_public/course_materials
Select target project
No results found
11cc1d1c021214ddc5be1879f6a2b00f29d727aa
Select Git revision
Branches
main
Swap
Target
nlu_public/course_materials
Select target project
nlu_public/course_materials
1 result
5f5c25de2930cfebd9b3fbd7c963b268c8adc779
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
commit
· 28819c27
Shay Cohen
authored
1 week ago
28819c27
commit
· 9f00b84e
Shay Cohen
authored
1 week ago
9f00b84e
Merge branch 'main' of
https://git.ecdf.ed.ac.uk/nlu_public/course_materials
· 11cc1d1c
Shay Cohen
authored
1 week ago
11cc1d1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
2025/coursework/cw2/code_question/shapley_value_evaluation.py
+2
-0
2 additions, 0 deletions
.../coursework/cw2/code_question/shapley_value_evaluation.py
2025/coursework/cw2/cw2.zip
+0
-0
0 additions, 0 deletions
2025/coursework/cw2/cw2.zip
with
2 additions
and
0 deletions
2025/coursework/cw2/code_question/shapley_value_evaluation.py
View file @
11cc1d1c
...
...
@@ -2,6 +2,8 @@ import pandas as pd
import
itertools
import
numpy
as
np
### In the following docstrings, the values are given just to exemplify the format of the output, not to give the actual "real" output
steps
=
[
1
,
2
,
3
,
4
]
def
get_missing_steps
(
row
,
steps
):
...
...
This diff is collapsed.
Click to expand it.
2025/coursework/cw2/cw2.zip
View file @
11cc1d1c
No preview for this file type
This diff is collapsed.
Click to expand it.