Skip to content

Commit

Permalink
Update skillset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niklub authored Nov 10, 2023
1 parent 854e78c commit c59c9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adala/skills/skillset.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def apply(
input_dataset = dataset if i == 0 else predictions
print_text(f"Applying skill: {skill_name}")
predictions = skill.apply(input_dataset, runtime)

return predictions

def select_skill_to_improve(
Expand Down

0 comments on commit c59c9a2

Please sign in to comment.