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
74e384d2646c0a870f6337cd13a2fb76a0199d36 to e13ad1a259bccaf15600de45ab592b607e012424
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
e13ad1a259bccaf15600de45ab592b607e012424
Select Git revision
Branches
main
Swap
Target
nlu_public/course_materials
Select target project
nlu_public/course_materials
1 result
74e384d2646c0a870f6337cd13a2fb76a0199d36
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
commit
· 7eb9b0a7
Shay Cohen
authored
1 week ago
7eb9b0a7
commit
· e13ad1a2
Shay Cohen
authored
1 week ago
e13ad1a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
2025/coursework/cw2/code_question/shapley_value_evaluation.py
+1
-1
1 addition, 1 deletion
.../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
1 addition
and
1 deletion
2025/coursework/cw2/code_question/shapley_value_evaluation.py
View file @
e13ad1a2
...
...
@@ -11,7 +11,7 @@ def get_missing_steps(row, steps):
Example:
Input: row = {
'
step1_missing
'
: 1,
'
step2_missing
'
: 0,
'
step3_missing
'
: 1,
'
step4_missing
'
: 0},
steps = [1, 2, 3, 4]
Output: (
1
,
3
)
Output: (
2
,
4
)
"""
missing_steps
=
[]
##############################################################################
...
...
This diff is collapsed.
Click to expand it.
2025/coursework/cw2/cw2.zip
View file @
e13ad1a2
No preview for this file type
This diff is collapsed.
Click to expand it.