Skip to content

Commit

Permalink
fix(execute): update main docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Nov 25, 2023
1 parent b348b49 commit 721a438
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions src/flytezen/cli/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,23 +359,26 @@ def main() -> None:
entity_config:
_target_: flytezen.cli.execution_utils.EntityConfig
inputs:
logistic_regression:
_target_: flytezen.workflows.lrwine.LogisticRegressionInterface
penalty: l2
dual: false
tol: 0.0001
C: 1.0
fit_intercept: true
intercept_scaling: 1
class_weight: null
random_state: null
solver: lbfgs
max_iter: 100
multi_class: auto
verbose: 0
warm_start: false
n_jobs: null
l1_ratio: null
_target_: builtins.dict
_convert_: all
_args_:
- logistic_regression:
_target_: flytezen.workflows.lrwine.LogisticRegressionInterface
penalty: l2
dual: false
tol: 0.0001
C: 1.0
fit_intercept: true
intercept_scaling: 1
class_weight: null
random_state: null
solver: lbfgs
max_iter: 100
multi_class: auto
verbose: 0
warm_start: false
n_jobs: null
l1_ratio: null
module_name: lrwine
entity_name: training_workflow
entity_type: PythonFunctionWorkflow
Expand Down

0 comments on commit 721a438

Please sign in to comment.