Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Adham Hashibon
force-bdss
Merge requests
!161
Refactoring: Moves execution to a separate module.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactoring: Moves execution to a separate module.
extract-execution-module
into
master
Overview
1
Commits
5
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
extract-execution-module
into
master
6 years ago
Overview
1
Commits
5
Pipelines
0
Changes
1
Expand
Created by: stefanoborini
Two refactorings:
moves the execute_workflow routine in a separate module
changes the name and parameter ordering of layer execution.
0
0
Merge request reports
Viewing commit
71f209fa
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
71f209fa
Switched documentation
· 71f209fa
Stefano Borini
authored
6 years ago
force_bdss/execution.py
+
3
−
3
Options
@@ -37,12 +37,12 @@ def execute_layer(layer, environment_data_values):
Parameters
----------
environment_data_values: list
A list of data values to submit to the evaluators.
layer: ExecutionLayer
A list of the models for all the data sources
environment_data_values: list
A list of data values to submit to the evaluators.
NOTE: The above parameter is going to go away as soon as we move
to unlimited layers and remove the distinction between data sources
and KPI calculators.
Loading